|
From: Nnamdi Abraham-I. <nn...@gm...> - 2007-02-21 08:55:39
|
I am trying to setup v0.96-cvs to use LDAP authentication (not active directory) the document has no examples for the following options ldap_server ldap_user_string ldap_base ldap_proxy_user ldap_opts ldap_tls_opts This is what I want to try though I would like to know if it is supported ldap_server = ldap.mycompany.com or ldap_server = ldaps://ldap.mycompany.com #??? # I want secure ldap ....... ldap_user_string = uid=%USER% ldap_base = ou=people,dc=mycompany,dc=com ldap_proxy_user ? ldap_opts ? ldap_tls_opts ? Do I need to change any other document or file? my install details - version from cvs - netdisco-0.96-cvs-20070115 Net::Ldap is installed. thanks for the feedback N |