Activity log for bug #427842

Date Who What changed Old value New value Message
2009-09-11 12:31:57 Andreas Hasenack bug added bug
2009-09-11 14:04:32 Mathias Gug openldap (Ubuntu): importance Undecided Wishlist
2009-09-11 14:04:32 Mathias Gug openldap (Ubuntu): status New Triaged
2009-09-11 14:45:15 Mathias Gug bug added subscriber Ubuntu Security Team
2009-09-14 20:36:30 Andreas Hasenack description 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 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=subschema" by * read UPDATE: the base for the schema is actually cn=subschema, and not cn=schema
2009-09-14 20:39:37 Andreas Hasenack summary [karmic] frontend DB needs ACLs for base="" and cn=schema [karmic] frontend DB needs ACLs for base="" and cn=subschema
2009-12-21 17:46:32 Isaac Clerencia nominated for series Ubuntu Lucid
2010-01-12 16:56:15 Mathias Gug summary [karmic] frontend DB needs ACLs for base="" and cn=subschema Frontend DB needs ACLs for base="" and cn=subschema - schema and base dn are not accessible via anonymous connections by default
2010-04-12 20:51:40 Launchpad Janitor branch linked lp:~smoser/ubuntu/lucid/openldap/lucid.dev
2010-04-14 20:32:31 Launchpad Janitor openldap (Ubuntu): status Triaged Fix Released
2010-04-22 14:03:02 Launchpad Janitor branch linked lp:ubuntu/openldap
2011-04-11 18:30:48 Javier Sánchez bug added subscriber Javi
2022-06-13 18:23:01 Launchpad Janitor merge proposal linked https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424341
2022-06-13 19:08:48 Launchpad Janitor merge proposal unlinked https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424341