Archives for July 26th, 2006

Solaris 10 LDAP Authentication

Solaris 10 LDAP Authentication: 1 - /var/ldap/ldap_client_file # # Do not edit this file manually; your changes will be lost.Please use ldapclient (1M) instead. # NS_LDAP_FILE_VERSION= 2.0 NS_LDAP_SERVERS= 10.10.10.11 NS_LDAP_SEARCH_BASEDN= ou=company,o=country NS_LDAP_SEARCH_SCOPE= sub NS_LDAP_CACHETTL= 3600 NS_LDAP_SERVICE_SEARCH_DESC= group:ou=groups,ou=company,o=country NS_LDAP_SERVICE_SEARCH_DESC= passwd:ou=company,o=country NS_LDAP_SERVICE_AUTH_METHOD= pam_ldap:tls:simple 2- ldapclient manual -v -a defaultServerList=10.10.10.11 -a defaultSearchBase=ou=company,o=country -a authenticationMethod=none -a credentialLevel=anonymous -a serviceAuthenticationMethod=pam_ldap:tls:simple -a defaultsearchscope=sub -a servicesearchdescriptor=passwd:ou=company,o=country -a servicesearchdescriptor=group:ou=groups,ou=company,o=country
Continue Reading »