From baa191f5464952bc35b51b05575fa5414b780add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:19:59 +0200 Subject: [PATCH] Update conf.php --- conf/conf.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/conf.php b/conf/conf.php index 51f45d2..f296192 100644 --- a/conf/conf.php +++ b/conf/conf.php @@ -13,19 +13,12 @@ $dolibarr_main_db_pass="__DB_PWD__"; //$dolibarr_main_authentication='dolibarr'; $dolibarr_main_authentication='ldap,dolibarr,http'; - $dolibarr_main_auth_ldap_host='ldap:localhost'; - $dolibarr_main_auth_ldap_port='389'; - $dolibarr_main_auth_ldap_version='3'; - $dolibarr_main_auth_ldap_servertype='openldap'; - $dolibarr_main_auth_ldap_login_attribute='uid'; // Ex: uid or samaccountname for active directory - $dolibarr_main_auth_ldap_dn='ou=users,dc=yunohost,dc=org'; - $dolibarr_main_auth_ldap_filter = '&(objectClass=posixAccount)'; //$dolibarr_main_auth_ldap_admin_login='uid=admin,dc=yunohost,dc=org';