You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when i go to the users tab and open a user i can see which group the user is a member of, but if i open that group i can not see any members. I synchronized already and these are my settings:
i think i found out why. since my GroupsToUserAttributeValue returns the dn, the filter will use the dn to find the user, but since this is not an attribute this wont work. Any way around this. Does it even matter? how does svnadmin check if a user has certain group access rights?
So when i go to the users tab and open a user i can see which group the user is a member of, but if i open that group i can not see any members. I synchronized already and these are my settings:
[Users:ldap]
BaseDN=ou=Users,o=xxxxxxx,dc=jumpcloud,dc=com
SearchFilter=(objectclass=inetorgperson)
Attributes=uid
[Groups:ldap]
BaseDN=ou=Users,o=xxxxxxx,dc=jumpcloud,dc=com
SearchFilter=(objectClass=groupOfNames)
Attributes=cn
GroupsToUserAttribute=member
GroupsToUserAttributeValue=dn
The text was updated successfully, but these errors were encountered: