1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Update conf.php

This commit is contained in:
Éric Gaspar 2023-10-02 15:19:59 +02:00
parent 4ac50dafec
commit baa191f546

View file

@ -13,19 +13,12 @@ $dolibarr_main_db_pass="__DB_PWD__";
//$dolibarr_main_authentication='dolibarr'; //$dolibarr_main_authentication='dolibarr';
$dolibarr_main_authentication='ldap,dolibarr,http'; $dolibarr_main_authentication='ldap,dolibarr,http';
$dolibarr_main_auth_ldap_host='ldap:localhost'; $dolibarr_main_auth_ldap_host='ldap:localhost';
$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_servertype='openldap'; $dolibarr_main_auth_ldap_servertype='openldap';
$dolibarr_main_auth_ldap_login_attribute='uid'; // Ex: uid or samaccountname for active directory $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_dn='ou=users,dc=yunohost,dc=org';
$dolibarr_main_auth_ldap_filter = '&(objectClass=posixAccount)'; $dolibarr_main_auth_ldap_filter = '&(objectClass=posixAccount)';
//$dolibarr_main_auth_ldap_admin_login='uid=admin,dc=yunohost,dc=org'; //$dolibarr_main_auth_ldap_admin_login='uid=admin,dc=yunohost,dc=org';