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/ldap.sql
scith cc4c506757 Major rework
Major rework of the app:
- Update to latest sources
- Auto-install
- Install, upgrade, remove, backup, restore scripts
- Readme
- Sets up LDAP (still a bug to solve with the passwords preventing LDAP
auth)
- Sync YNH users with Dolibarr users and/or members
- Check_process (broken because of CURL?)
- Hooks (broken)
2017-04-24 04:16:02 +02:00

9 lines
413 B
SQL

REPLACE INTO ynh_const (`name`, `value`, `type`) VALUES
('LDAP_SERVER_TYPE', 'openldap', 'chaine'),
('LDAP_SERVER_PROTOCOLVERSION', '3', 'chaine'),
('LDAP_SERVER_HOST', 'localhost', 'chaine'),
('LDAP_SERVER_PORT', '389', 'chaine'),
('LDAP_SERVER_DN', 'ou=users,dc=yunohost,dc=org', 'chaine'),
('LDAP_SERVER_USE_TLS', '0', 'chaine'),
('LDAP_SYNCHRO_ACTIVE', '0', 'chaine'),
('LDAP_MEMBER_ACTIVE', '0', 'chaine');