From 51c1356040879c26bdd56211e951e571582eef58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 May 2007 23:51:22 +0000 Subject: [PATCH] New: Gestion pleine de l'authentification par LDAP. --- htdocs/conf/conf.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index 24968b6c978..fdfd1f9decb 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -112,7 +112,7 @@ $dolibarr_main_db_type=""; # $dolibarr_main_auth_ldap_host="127.0.0.1"; # $dolibarr_main_auth_ldap_port="389"; # $dolibarr_main_auth_ldap_version="3"; -# $dolibarr_main_auth_ldap_dn="ou=adherents,ou=people,dc=parinux,dc=org"; +# $dolibarr_main_auth_ldap_dn=""; # Ex: ou=users,dc=my-domain,dc=com # $dolibarr_main_auth_ldap_admin_login="" # Required only if anonymous bind disabled # $dolibarr_main_auth_ldap_admin_pass=""; # Required only if anonymous bind disabled # $dolibarr_main_auth_ldap_debug="false";