When using slapd.d should I directly edit the various LDIF files within
the slapd.d/cn=config folder? This doesn't really seem like the proper
way to do things so I haven't done this.
I'm fairly certain that I should make ldapmodify style LDIF files, but
that can be a bit cumbersome for quick configuration changes. So I've
started experimenting with various ldap GUI interfaces (phpldapadmin and
JXplorer), thinking that they might display the entire cn=config databse
in a human-readable form, but neither returns information about
cn=config. Indeed a simple ldapsearch doesn't return any information
either.
ldapsearch -x -D "uid=bigcheese,dc=my,dc=domain" -W "cn=config"
I know that my slapd.d backend is working because I've renamed the
slapd.conf file so it is no longer recognized by slapd.
Any help or advice would be greatly appreciated.
Scott
ps I've read both the version 2.3 and 2.4 Administrator's Guide several
times.