[Bug 427842] [NEW] [karmic] frontend DB needs ACLs for base="" and cn=schema
Andreas Hasenack
andreas at canonical.com
Fri Sep 11 13:31:57 BST 2009
Public bug reported:
The current installation of slapd doesn't allow for searches in the empty base (dn="") and the schema entries. These are needed by several client tools to, among other things:
- check what the server schema is (luma, apache directory studio)
- discover what the server supports (the -s base -b "" + search), like authentication mechanisms, extensions, etc
This ldapmodify fixes it after the server is running, so it should give
you hints on where to add it properly in the package:
dn: olcDatabase={-1}frontend,cn=config
changetype: modify
add: olcAccess
olcAccess: to dn.base="" by * read
olcAccess: to dn.base="cn=schema" by * read
** Affects: openldap (Ubuntu)
Importance: Undecided
Status: New
--
[karmic] frontend DB needs ACLs for base="" and cn=schema
https://bugs.launchpad.net/bugs/427842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
More information about the Ubuntu-server-bugs
mailing list