LDAP client configuration in Open Suse through SSH

Hello,I am new in Linux.I want to configure LDAP client in one open suse 13.2 computer through SSH with our LDAP server in my organisation. Our LDAP server is configured in Novell Edirectory.From internet documentation I configured it.But no user are able to login through SSH .Outout is given belowlogin as: userUsing keyboard-interactive authentication.Password:LDAP Password:Access denied

First, get a trace from ndstrace on the eDirectory server side:


ndstrace
set dstrace=nodebug
dstrace +time +tags +ldap
dstrace file on
set dstrace=*r
#perform login test here
dstrace file off
quit

Post the output in here. If you do not get a lot of it, go to your LDAP
Server object and check all of the ‘Tracing’ checkboxes and then refresh
the NLDAP service; this should give you great debugging information.

Also, post a link to documentation you are following to set this up.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…