On Sep 14, 2007, at 3:17 PM, Anne Moore wrote:
We've tried the ldappasswd on the clients and receive this error:
"ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80) additional info: SASL(-13): user not found: no secret in database"
Are you intending to use SASL? If not, you simply are misusing ldappasswd(1). Read the manual page, especially the part about the - x option.
Obviously something is not configure correctly.
Any ideas on this error?
Are you intending to use SASL? Assuming not, you simply are misusing ldappasswd(1). You need to specify -x for ldappasswd(1) to perform a simple DN/password authentication. See the ldappasswd(1) for details.
-- Kurt