Skip to content

Commit

Permalink
Allow for both membership types
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Apr 28, 2023
1 parent 5c50b03 commit 08959e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/whimsy/asf/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,8 @@ def groups
# list of LDAP services that this individual is a member of
def services
weakref(:services) do
Service.listcns("member=#{dn}")
Service.listcns("member=#{dn}") +
Service.listcns("memberUid=#{name}")
end
end

Expand Down

0 comments on commit 08959e0

Please sign in to comment.