Thursday, May 26, 2011

SSH login for LDAP users

Login for Ldap users we need to set some small settings on sshd configuration file

1. open your sshd configuration file
vi /etc/ssh/sshd_config file

2. PAMAuthenticationViaKbdInt yes

3. after that restart ssh service
service sshd restart

No comments:

Post a Comment