I can get the password and group from the LDAP client getent passwd getent group work sucessfully But when I try 'su USERNAME' the name from the LDAP server or 'ssh USERNAME@localhost' it prompt me a user password, I typed exactly the USERNAME password but it return "su : Authentication Failure" or "Permission denied, Please try again". I don't know why? it only work when I was at root at the client and "su USERNAME"
|
feedback
|
|
Check your pam settings for ssh and su. For example for ssh:
also make sure that you can login via password in *sshd_config*
Also check your logs: /var/log/auth.log | |||||
feedback
|