iF.SVNAdmin
iF.SVNAdmin copied to clipboard
Groups do not show "Users of group", but users show "Groups of user"
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
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?