On 20/07/10 19:45 +0600, OSHIM wrote:
ldapsearch -LLL -x -H ldap://localhost -s "base" -b "" supportedSASLMechanisms
dn:
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: NTLM
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: CRAM-MD5
also i have this line "sasl-secprops none" in to my /etc/ldap/slapd.conf
With the same error or a different one?
If you're getting the same error, make sure that you have the SASL PLAIN
mechanism installed on your client system. Use pluginviewer/saslpluginvewer
to get a list. If you don't, you may need to install additional binary
packages provided by your OS vendor.
Using ldapwhomi is probably better at this point, and will help you work
out your authz-regexp statements.