Commit f148bfa4b5010b15fc0677eab2939170d3203003
1 parent
0de9cbb657
Exists in
master
Update ldap_config.sql
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
conf/ldap_config.sql
... | ... | @@ -26,5 +26,5 @@ INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'l |
26 | 26 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_override_main_server', ''); |
27 | 27 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_attributes_for_user_search', ''); |
28 | 28 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_attributes_for_group_search', ''); |
29 | -INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_expert_username_attr', ''); | |
29 | +INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_expert_username_attr', 'uid'); | |
30 | 30 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_expert_uuid_attr', ''); |