LDAP authentication ... Log in fail on the LDAP client

Solution 1:

Check your pam settings for ssh and su.

For example for ssh:

auth    sufficient      pam_ldap.so
account sufficient      pam_permit.so

also make sure that you can login via password in sshd_config

PasswordAuthentication yes

Also check your logs: /var/log/auth.log