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.
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.