Suppression de PEAR.
Le mode de connexion ldap reste a tester.
This commit is contained in:
parent
2905ed0e54
commit
2c358abe62
@ -135,14 +135,17 @@ $character_set_client="ISO-8859-1";
|
|||||||
# Parameters used to setup LDAP authentication.
|
# Parameters used to setup LDAP authentication.
|
||||||
# Uncomment them if dolibarr_main_authentication = "ldap"
|
# Uncomment them if dolibarr_main_authentication = "ldap"
|
||||||
#
|
#
|
||||||
# $dolibarr_main_auth_ldap_servertype="openldap"; # openldap, activedirectory or egroupware
|
|
||||||
# $dolibarr_main_auth_ldap_login_attribute="loginfield"; # uid or samaccountname for active directory
|
|
||||||
# $dolibarr_main_auth_ldap_host="127.0.0.1";
|
# $dolibarr_main_auth_ldap_host="127.0.0.1";
|
||||||
# $dolibarr_main_auth_ldap_port="389";
|
# $dolibarr_main_auth_ldap_port="389";
|
||||||
# $dolibarr_main_auth_ldap_version="3";
|
# $dolibarr_main_auth_ldap_version="3";
|
||||||
# $dolibarr_main_auth_ldap_dn=""; # Ex: ou=users,dc=my-domain,dc=com
|
# $dolibarr_main_auth_ldap_servertype="openldap"; # openldap, activedirectory or egroupware
|
||||||
# $dolibarr_main_auth_ldap_admin_login=""; # Required only if anonymous bind disabled
|
#
|
||||||
# $dolibarr_main_auth_ldap_admin_pass=""; # Required only if anonymous bind disabled
|
# Following parameters should not be used in LDAP connection (deprecated ?):
|
||||||
|
# $dolibarr_main_auth_ldap_login_attribute="loginfield"; # uid or samaccountname for active directory
|
||||||
|
# $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";
|
# $dolibarr_main_auth_ldap_debug="false";
|
||||||
|
|
||||||
|
|
||||||
@ -152,6 +155,7 @@ $character_set_client="ISO-8859-1";
|
|||||||
# $dolibarr_smarty_libs_dir="/var/www/dolibarr/external-libs/smarty/libs/";
|
# $dolibarr_smarty_libs_dir="/var/www/dolibarr/external-libs/smarty/libs/";
|
||||||
# $dolibarr_smarty_compile="/var/www/dolibarr/documents/temp/smarty_templates";
|
# $dolibarr_smarty_compile="/var/www/dolibarr/documents/temp/smarty_templates";
|
||||||
# $dolibarr_smarty_cache="/var/www/dolibarr/documents/temp/smarty_cache";
|
# $dolibarr_smarty_cache="/var/www/dolibarr/documents/temp/smarty_cache";
|
||||||
|
#
|
||||||
$dolibarr_smarty_libs_dir="";
|
$dolibarr_smarty_libs_dir="";
|
||||||
$dolibarr_smarty_compile="";
|
$dolibarr_smarty_compile="";
|
||||||
$dolibarr_smarty_cache="";
|
$dolibarr_smarty_cache="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user