--- /usr/share/slapd/slapd.init.ldif.ubuntu 2010-04-06 04:00:30.870938467 +0200 +++ /usr/share/slapd/slapd.init.ldif 2010-04-06 04:10:52.932646996 +0200 @@ -23,7 +23,9 @@ olcSizeLimit: 500 # Allow unlimited access to cn=localroot,cn=config which is the dn to wich a # local connection from the local root user is mapped to -olcAccess: to * by dn.exact=cn=localroot,cn=config manage by * break +olcAccess: {0}to * by dn.exact=cn=localroot,cn=config manage by * break +olcAccess: {1}to dn.base="" by * read +olcAccess: {2}to dn.base="cn=subschema" by * read # Config db settings dn: olcDatabase=config,cn=config @@ -32,7 +34,6 @@ # Allow unlimited access to cn=localroot,cn=config which is the dn to wich a # local connection from the local root user is mapped to olcAccess: to * by dn.exact=cn=localroot,cn=config manage by * break -olcRootDN: cn=admin,cn=config # Load schemas dn: cn=schema,cn=config --- /etc/init.d/slapd.ubuntu 2010-04-06 03:57:39.914947787 +0200 +++ /etc/init.d/slapd 2010-04-06 03:57:48.664958217 +0200 @@ -189,6 +189,27 @@ echo . }