User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920
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.