Josh Miller wrote:
Good morning,
What is the trick to querying cn=config for olcDatabase entries?
n/m, I figured it out -- slow morning.
Needed to drop the cn=config parameter from the search:
[:user@host:] ldapsearch -x -H ldap://localhost/ -D "cn=config" -b 'cn=config' -W -LLL
Regards,