On Tuesday 13 November 2007 10:02:35 Jürgen Magin wrote:
[...]
Contens of /usr/local/etc/openldap/slapd.d/cn=config.ldif
---- dn: cn=config
[...]
example for ldapsearch (i tried several variations)
ldapsearch -x -LLL -H ldap://localhost -b "dc=plisch,dc=local" -s one cn
Regardless of back-config, why are you searching for contents that is obviously under the base DN cn=config, under dc=plisch,dc=local ?
ldapsearch -x -LLL -H ldap://localhost -b cn=config -s sub '*' '+'
would make more sense.
Regards, Buchan