Created
June 7, 2012 18:44
-
-
Save DanCoughlin/2890708 to your computer and use it in GitHub Desktop.
LDAP workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 # Groups that user is a member of | |
39 def groups | |
40 #Hydra::LDAP.groups_for_user(login + ",dc=psu,dc=edu") | |
41 return ["umg/up.dlt.gamma-ci", "umg/up.dlt.redmine"] | |
42 end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment