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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to