[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: How to search the "config" database ?



William wrote:
> 
> $ ldapsearch -x  -b "cn=config" -s sub
> [..]
> result: 50 Insufficient access

You have to bind as cn=config and provide the correct password.

ldapsearch -x -D "cn=config" -b "cn=config" -s sub -W

Ciao, Michael.