From e3d50c533c453a593092af8739d872edcf84beba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 May 2019 13:06:13 +0200 Subject: [PATCH] Update example --- 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 eb5bffab2f7..4d26fef7965 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -177,7 +177,7 @@ $dolibarr_main_instance_unique_id='84b5bc91f83b56e458db71e0adac2b62'; // $dolibarr_main_authentication='dolibarr'; // Use the password defined into application on user record. // $dolibarr_main_authentication='http'; // Use the HTTP Basic authentication // $dolibarr_main_authentication='ldap'; // Check the password into a LDAP server -// $dolibarr_main_authentication='openid,dolibarr'; // You can set several mode using a comma as a separator. +// $dolibarr_main_authentication='ldap,dolibarr'; // You can set several mode using a comma as a separator. // $dolibarr_main_authentication='forceuser'; // This need to add also $dolibarr_auto_user='loginforuser'; // $dolibarr_main_authentication='twofactor'; // To use Google Authenticator. This need the non official external module "Two Factor" available on www.dolistore.com //