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

ldap user creation is broken #5

Open
bjo81 opened this issue Nov 17, 2017 · 1 comment
Open

ldap user creation is broken #5

bjo81 opened this issue Nov 17, 2017 · 1 comment
Assignees

Comments

@bjo81
Copy link
Collaborator

bjo81 commented Nov 17, 2017

According to the ldap_entry docs, at least on Ubuntu 16.04 adding a LDAP user should work:
The default authentication settings will attempt to use a SASL EXTERNAL bind over a UNIX domain socket. This works well with the default Ubuntu install for example, which includes a cn=peercred,cn=external,cn=auth ACL rule allowing root to modify the server configuration

But it fails due to lacking superior knowledge:
UNWILLING_TO_PERFORM: {'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}

@bjo81 bjo81 self-assigned this Nov 17, 2017
@bjo81
Copy link
Collaborator Author

bjo81 commented Nov 17, 2017

Wrong dn, we should use dc=nodomain which is standard on such an installation. But now we get:
{'info': 'no write access to parent', 'desc': 'Insufficient access'}

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