I have a solaris server sun os 5.0. that is included on ldap client list. problem is that during login through putty except root other ldap users are unable to login. after putting username , password prompt not coming. Home directories are present on this server. I also tried to create a local usable , but after giving command , cursor onlu blinking , no result. can pls help

If you're using SSH, try adding the users to the sshd_config file. This is done by adding a line like AllowUsers root user1 user2 user3 user4 user5
If all the users are in the same group, you could just do
AllowGroups sshusers
