[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Modifying password by user
- To: openldap-technical@openldap.org
- Subject: Modifying password by user
- From: Franck Royer <royer.franck@gmail.com>
- Date: Tue, 14 Apr 2009 02:35:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=vu2PE6XY7HmPcnBNl9dZdtputhcIq2+bNTN3lxqvb7I=; b=Wq0QDkZONM5XOpDjpnOPCid6PhXf79harJFO9f9PaaeJG9EytduF0jj/hwoqLBQ3vb yGkSOGP+juzxhzNoO+f2A47WvofRLa2fPB01Uh+hhNPLPNUm/eq30dw5PWih16Nh3EhS 7YW8fJWnjckT/fmEiRGP8XC0SSAyXBjnRj/QQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=kB+qGOOYhvUjxKHxyEt/4ln4llQ14zzafgVO6pm/CJDkVd2zd0R93DVoNiJM+HJWPv +JyVL0LGYT5r4P7sWXr96MCJVyIjmSJyDWH1aI3M3S1kKJMh/uixQPchxZFHKb5fd5/a +wybBfdk4zMQKhzAMBpPFpKjbKABWPoFqt0io=
- User-agent: Thunderbird 2.0.0.21 (X11/20090318)
Hi,
I'm installing openldap on a ubuntu intrepid server (8.10). Everything
is ok except when I want that a user is able to modify his own password
using phpldapadmin (0x32 LDAP_INSUFFICIENT_ACCESS).
So I tried to modify it using ldappasswd :
dante@kollok ~ $ ldappasswd
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Invalid credentials (49)
or
dante@kollok ~ $ ldappasswd -D "uid=dante,ou=people,dc=kollok,dc=org"
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Invalid credentials (49)
The posix user dante is the same user than the ldap one (I use pam
libs). And I know that my password is right cause I can log in ldapadmin
or ssh with it.
My slapd.conf : http://pastebin.com/f44dd2b59
My ldap.conf : http://pastebin.com/f3af1bec3
Any idea ?
Cheers,
Franck Royer