# Created based on info at # http://www.ypass.net/solaris8/openldap/configuringsolaris.html # NS_LDAP_FILE_VERSION= 1.0 # Solaris 8 doesn't seem to support more than one server. You can list # more than one, but it will never fail over. NS_LDAP_SERVERS= 192.168.50.50 NS_LDAP_SEARCH_BASEDN= dc=example,dc=com NS_LDAP_AUTH= NS_LDAP_AUTH_NONE NS_LDAP_TRANSPORT_SEC= NS_LDAP_SEC_NONE NS_LDAP_SEARCH_REF= NS_LDAP_FOLLOWREF NS_LDAP_DOMAIN= example.com # ldap_cachemgr uses the following time to determine when to update the # config file. This is 2 years in the future, which should be long enough. # I initially tried 10 years but ldap_cachemgr went into a death spiral # sucking up 100% of the CPU. NS_LDAP_EXP= 1079825740 NS_LDAP_SEARCH_SCOPE= NS_LDAP_SCOPE_ONELEVEL NS_LDAP_SEARCH_TIME= 30 NS_LDAP_BIND_TIME= 30