Skip to content

Commit 4b3aca6

Browse files
committed
remove redundant check for active group membership
1 parent df440b4 commit 4b3aca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osg-comanage-project-usermap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def get_osguser_groups(filter_group_name=None):
130130
user: sorted([g for g in groups if g in project_names], key = lambda g: groups_ids.get(g, 0))
131131
for user, groups in ldap_users.items()
132132
if any(g in project_names for g in groups)
133-
and any(':members:active' in g for g in groups)
134133
}
135134

136135

0 commit comments

Comments
 (0)