Directory
Solaris 9 working with posixAccount on LDAP
edit /etc/nsswitch.ldap
Change the hosts: line from
hosts: ldap [blah.....] files
to
hosts: files dnsRun this command:
(Should be all one line)
ldapclient manual -a authenticationMethod=none -a \
defaultSearchBase=cn=accounts,dc=stanford,dc=edu -a \
defaultServerList="ldap.Stanford.EDU" -a \
domainName="stanford.edu" -a followReferrals=false -a \
serviceSearchDescriptor=passwd:cn=accounts,dc=stanford,dc=edu\?sub -a
serviceSearchDescriptor=group:cn=accounts,dc=stanford,dc=edu\?sub
Last modified Friday, 20-Jan-2006 10:40:06 AM



