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

5 lines
301 B
SQL

REPLACE INTO llx_const (`name`, `value`, `type`) VALUES
('LDAP_USER_DN', 'ou=users,dc=yunohost,dc=org', 'chaine'),
('LDAP_USER_OBJECT_CLASS', 'organizationalUnit,top', 'chaine'),
('LDAP_FILTER_CONNECTION', '&(objectClass=posixAccount)', 'chaine'),
('LDAP_SYNCHRO_ACTIVE', 'ldap2dolibarr', 'chaine');