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 returned as posixGroup and groupOfUniqueNames #425

Open
thielj opened this issue Apr 18, 2024 · 0 comments
Open

Groups returned as posixGroup and groupOfUniqueNames #425

thielj opened this issue Apr 18, 2024 · 0 comments

Comments

@thielj
Copy link

thielj commented Apr 18, 2024

Hi,

can anyone shed some light why group objects returned with a search base ou=users,dc=example,dc=com come back as posixGroup, while searches with a base of ou=groups,dc=example,dc=com have an objectClass of groupOfUniqueNames?

# base <ou=groups,dc=example,dc=com> with scope subtree
# filter: (ou=admins)

dn: ou=admins,ou=groups,dc=example,dc=com
ou: admins
uid: admins
uniqueMember: cn=bob,ou=admins,ou=users,dc=example,dc=com
objectClass: groupOfUniqueNames
objectClass: top
# base <ou=users,dc=example,dc=com> with scope subtree
# filter: (ou=admins)

dn: ou=admins,ou=users,dc=example,dc=com
ou: admins
uid: admins
uniqueMember: cn=bob,ou=admins,ou=users,dc=example,dc=com
objectClass: posixGroup
objectClass: top

(most attributes removed for clarity)

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