Skip to content
Snippets Groups Projects
Commit 62156617 authored by Brian Moe's avatar Brian Moe
Browse files

Changed LDAP group that governs "active" flag.

parent f0c27ed8
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class Command(NoArgsCommand):
last_name = unicode(ldap_result['sn'][0], 'utf-8')
email = ldap_result['mail'][0]
new_dns = set(ldap_result.get('gridX509subject',[]))
is_active = "Communities:LVC:LVCGroupMembers" \
is_active = "Communities:LSCVirgoLIGOGroupMembers" \
in ldap_result.get('isMemberOf',[])
principal = ldap_result['krbPrincipalName'][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment