Hi, I installed OpenSolaris w/ Crossbow snapshot (snv_61-xb_15) on an x86 machine and would like to setup LDAP to authenticate ssh logins. The LDAP server is OpenLDAP on a Linux box.
I init LDAP client with the following cmd: ldapclient manual \ -a defaultSearchBase=dc=some,dc=edu \ -a defaultServerList=10.0.0.1 \ -a serviceSearchDescriptor=passwd:ou=Users,dc=some,dc=edu \ -a serviceSearchDescriptor=group:ou=Groups,dc=some,dc=edu \ -a serviceAuthenticationMethod=pam_ldap:simple and modified pam.conf by changing "required" into "binding", adding "server_policy", and adding "pam_ldap" lines. While I can see user info by issuing "ldaplist passwd username", users have even no chance to type in passwords when logging in via ssh. What could be wrong? Regards, Howard This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
