Skip to content

Instantly share code, notes, and snippets.

@DanCoughlin
Created June 7, 2012 18:44
Show Gist options
  • Save DanCoughlin/2890708 to your computer and use it in GitHub Desktop.
Save DanCoughlin/2890708 to your computer and use it in GitHub Desktop.
LDAP workaround
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