handles the naughty bits of posix ldap
return an ldap user with groups attached note : this method is not particularly fast for large ldap systems
# File lib/ldap_fluff/freeipa_member_service.rb, line 13 def find_user_groups(uid) user = find_user(uid) # if group data is missing, they aren't querying with a user # with enough privileges raise InsufficientQueryPrivilegesException if user.size <= 1 get_groups(user[1][:memberof]) end
Generated with the Darkfish Rdoc Generator 2.