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

Does not define config database (should be optional) #12

Closed
isotopp opened this issue May 27, 2014 · 1 comment
Closed

Does not define config database (should be optional) #12

isotopp opened this issue May 27, 2014 · 1 comment

Comments

@isotopp
Copy link

isotopp commented May 27, 2014

As of 2.4, openldap creates an online configuration database (olc) under the config dn.

It needs to be declared as follows:

# enable on-the-fly configuration (cn=config)
database config
rootdn  "cn=admin,cn=config"
rootpw  test123

access to *
    by dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage
    by * none
@isotopp
Copy link
Author

isotopp commented May 28, 2014

Implemented in #19

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

No branches or pull requests

2 participants