Chuck Pierce wrote:
My experience is only with Solaris 9, but:I have gathered that there are three essential files that you need: /etc/nsswitch.conf (change passwd and group to "files ldap") /var/ldap/ldap_client_file (to tell solaris where things are) /var/ldap/ldap_client_cred (the username/password for ldap)
If you setup just those things, you can do listusers, ls, getent, finger, etc
(anything that pulls user info), but you can't authenticate passwords (eg, no
telnet, ssh, su, etc).