Commit d98caeab8a4108a8be06cee64ab30f6ffd4aa62b
1 parent
bcdcd2d213
Exists in
master
Update ldap_config.sql
Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff
conf/ldap_config.sql
1 | -INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'installed_version', '0.4.0'); | |
2 | -INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'types', 'authentication'); | |
3 | -INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'enabled', 'yes'); | |
4 | 1 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_uuid_attribute', 'auto'); |
5 | 2 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_host', 'localhost'); |
6 | 3 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_port', '389'); |