Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groups do not show "Users of group", but users show "Groups of user" #165

Open
jorritsmit opened this issue Dec 21, 2020 · 1 comment
Open

Comments

@jorritsmit
Copy link

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

@jorritsmit
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant