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

Documentation for frontend acl is incorrect #282

Closed
mphilipps opened this issue Jan 27, 2021 · 2 comments · Fixed by #336
Closed

Documentation for frontend acl is incorrect #282

mphilipps opened this issue Jan 27, 2021 · 2 comments · Fixed by #336
Labels
docs Improvements or additions to documentation

Comments

@mphilipps
Copy link

From the doc:

openldap::server::access { '0 on frontend' :
  what   => '*',
  access => [
    'by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage',
    'by * break',
  ],
}

Doesn't work. It needs to be cn=frontend, with just frontend it sets the dn to []

@stale
Copy link

stale bot commented Apr 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 19, 2021
@mphilipps
Copy link
Author

Still incorrect.

@stale stale bot removed the wontfix label Apr 20, 2021
smortex added a commit that referenced this issue Oct 7, 2021
@smortex smortex added the docs Improvements or additions to documentation label Jan 25, 2022
@smortex smortex changed the title doc for frontend acl is incorrect Documentation for frontend acl is incorrect Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants