Hi,
I have a problem when I use ldap clients such as ldapsearch
 
I enter the command:
ldapsearch -D "cn=Manager, dc=sth, dc=com" -w secret
output is:
SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Invalid credentials (49)
additional info: SASL(-13): user not found: no secret in database
 
I use LDAP version 2.3.19.
my ldap.conf looks:
{
base dc=example,dc=com
binddn cn=manager,dc=example,dc=com
bindpw secret
rootbinddn cn=manager,dc=example,dc=com
#pam_filter objectclass=account
pam_filter objectclass=posixAccount
pam_login_attribute uid
pam_lookup_policy yes
pam_groupdn ou=groups,dc=example,dc=com
pam_member_attribute uniquemember
pam_login_attribute userPrincipalName
pam_template_login_attribute uid
pam_template_login nobody
pam_password clear
nss_base_passwd ou=peoples,dc=example,dc=com?one
nss_base_shadow ou=peoples,dc=example,dc=com?one
nss_base_group  ou=groups,dc=example,dc=com?one
}
 
Of course I have no problem when I login through phpLDAPadmin.
 
What is wrong with this setting?
Regards,
 


Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze. --- You are currently subscribed to ldap@umich.edu as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.

Reply via email to