On 01/29/13 14:08 -0800, Scott Classen wrote:
Hello, I have a script which checks for the existence of an email address in my LDAP directory. the relevant line is: ldapsearch -D "uid=nss,dc=bah,dc=com" -w mypassword -b "ou=People,dc=blah,dc=com" uid=bobthebuilder mail
You must include a '-x' option to indicate your desire to perform a non-sasl bind. See the ldapsearch manpage. -- Dan White