Changes

m
Line 107: Line 107:  
// Authentication settings
 
// Authentication settings
 
//$dolibarr_main_authentication='dolibarr';
 
//$dolibarr_main_authentication='dolibarr';
$dolibarr_main_authentication='ldap,dolibarr';  // Permet de garder la double authentification si souci avec LDAP (gardez un compte non LDAP admin !)
+
$dolibarr_main_authentication='ldap,dolibarr';  // To be able to login with both the LDAP or the Dolibarr password (if there is problem with the LDAP server, keep a non LDAP password for one admin user !)
 
$dolibarr_main_auth_ldap_host='<ldap>ou<ldaps>:  //<hostname>';  // Plusieurs serveurs peuvent être ajouter en séparant par une virgule.
 
$dolibarr_main_auth_ldap_host='<ldap>ou<ldaps>:  //<hostname>';  // Plusieurs serveurs peuvent être ajouter en séparant par une virgule.
 
$dolibarr_main_auth_ldap_port='<389>ou<636>';    // Port
 
$dolibarr_main_auth_ldap_port='<389>ou<636>';    // Port