|
LDAP -how to disable ldap auth from client side
Hi friends,
i am using centos5.6 to configured openldap server. also i have configured ldap client, which is joined with ldap server without any error using this command
authconfig-tui
[*] Use Ldap[*] Use Shadow Passwords[*] Use LDAP Authentication
now i don't want to join ldap client(another centos). so i was de-selected
above mentioned.
after that i am try to login from centos client, but it's asking current password & new password.
i.e
[root@server home]# su - user1
Changing password for user user1.
Changing password for user1
(current) UNIX password:
New UNIX password:
BAD PASSWORD: it is based on your username
New UNIX password:
BAD PASSWORD: it is based on your username
New UNIX password:
BAD PASSWORD: it is based on your username
passwd: Authentication token manipulation error
[user1@server ~]$
if you know ans for this, please give the solution.
Last edited by unibox; 02-07-2012 at 06:25 AM.
|