"Young, Darren" <[EMAIL PROTECTED]> writes: > Yep, sure can. > > ldapsearch -x -h <ldap_host> -D "cn=Directory Manager" -b > "o=gsb,dc=uchicago,dc=edu" -w <password>' uid=dyoung2 cn
The "-x" option tells ldapsearch to use simple authentication (not SASL). Can you specify a SASL mechanism (using -Y)? To get a list of supported mechanisms, you can look for 'supportedSASLMechanisms' in your directory root. Cheers, Jeff _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
