When I am trying to login as a user created under 389 DS server, it throws error:
 
Jan 13 04:24:45 localhost sshd[3617]: nss_ldap: failed to bind to LDAP server ldaps://10.209.37.91/: Can't contact LDAP server
Jan 13 04:24:45 localhost sshd[3617]: nss_ldap: reconnecting to LDAP server (sleeping 64 seconds)...
Jan 13 04:24:47 localhost sshd[3631]: nss_ldap: failed to bind to LDAP server ldaps://10.209.37.91/: Can't contact LDAP server
Jan 13 04:24:47 localhost sshd[3631]: nss_ldap: reconnecting to LDAP server (sleeping 8 seconds)...
Jan 13 04:24:55 localhost sshd[3631]: nss_ldap: failed to bind to LDAP server ldaps://10.209.37.91/: Can't contact LDAP server
Jan 13 04:24:55 localhost sshd[3631]: nss_ldap: reconnecting to LDAP server (sleeping 16 seconds).
 
It was working earlier but no idea why its not working now.
All I attempted running:
 
authconfig --enableshadow --enablemd5 --enableldap --enableldapauth --ldapserver=10.209.37.91 --ldapbasedn=dc=im,dc=sap,dc=com --enablecache --enablemkhomedir --updateall
 
Manually I tried to do like:
 
Select LDAP
[*] TLS
URL: ldaps://<IP>
Base DN: dc=im,dc=sap,dc=com
 
But it dint work.
Pls Help