-
Notifications
You must be signed in to change notification settings - Fork 183
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
Non working ldif examples #2907
Comments
some people replace using a schema such as |
Are you referring to these files https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_ldap/config/ldap/ldif ? |
It's because of a design flaw in the RFC2307 Schema :-(. The LDAP Standard only allows a single entry to have a single "structrual Objectclass" (and multiple auxilliary Classes). Unfortunately in RFC2307 If you're using the osixia/openldap container it should be possible to do that via the |
@rhafer can we close this issue? Seems like we have the setting you recommended in place |
Describe the bug
After a bit of debugging, the default
ldif
files don't seem to provide with a working out of the box experience for a properly configured ldap server. When running openldap with the default files, the following error occurs:additional info: invalid structural object class chain (groupOfUniqueNames/posixGroup)
having a look at the groups, the issue seems to be originated in the group entries:
For some reason I have not yet discovered, having
posixGroup
as a child ofgroupOfUniqueNames
is not possible. Now, getting rid ofposixGroup
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
openldap running with such files
Actual behavior
Error occurs:
The text was updated successfully, but these errors were encountered: