[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Need help to change ldap password from client side
- To: openldap-technical@openldap.org
- Subject: Need help to change ldap password from client side
- From: sivakumar R <sivjimails@gmail.com>
- Date: Tue, 24 Jan 2012 15:51:22 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=z8uJWO718yt0eryv764FpIYmiQ9A0NeSGMPFLzzEu3E=; b=aqFomNXA1WQyW6XX7qS6iskt2X61SEyRlRPhDSko8RN29/03jcfc38jWfE3gbK6/6i JUs671tvblGr5IPSrbvuUT5jOhsvWbc7a1IZF40tQ0U0s/b+K45KpEvpVQ12omqQfBL7 MjbHp+jiGSvtTTAdG4cF3yjuYuTgoeXAOz5DI=
Dear All,
I've recently configured a LDAP Server, I am facing a small problem when i'm trying to change my password from client side by giving the command "passwd". It is giving the following error in terminalÂÂ
Changing password for user ****.
Enter login(LDAP) password:
New password:
Retype new password:
LDAP password information update failed: Insufficient access
passwd: Authentication token manipulation error
Also in /var/log/messages it is showing the following error message
Jan 24 15:43:57 mail passwd: pam_ldap: ldap_modify_s Insufficient access
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: gck_module_new: assertion `funcs' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: module_instances: assertion `module' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: egg_error_message: assertion `error' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: couldn't find secret store module: (unknown)
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: lookup_login_keyring: assertion `GCK_IS_SESSION (session)' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: create_credential: assertion `GCK_IS_SESSION (session)' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: egg_error_message: assertion `error' failed
Jan 24 15:43:57 mail gnome-keyring-daemon[6329]: couldn't create new login credential: (unknown)
Also this is my ACL configuration details of /etc/openldap/slapd.conf
access to attr=userPassword
Âby anonymous auth
Âby self write
Âby * none
access to * by * read
Please help to resolve this
Cordially
Shiv