Commit 1f0c2918bf4a094bce9148c7d8b51265a4fe059c
1 parent
b004354c3d
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
| ... | ... | @@ -10,7 +10,7 @@ INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'l |
| 10 | 10 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_group_filter', 'objectClass=posixGroup'); |
| 11 | 11 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_group_display_name', 'cn'); |
| 12 | 12 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_group_member_assoc_attribute', 'uniqueMember'); |
| 13 | -INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_login_filter', 'uid=%uid'); | |
| 13 | +INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_login_filter', '(&(|(objectclass=mailAccount))(uid=%uid))'); | |
| 14 | 14 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_quota_attr', 'mailQuota'); |
| 15 | 15 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_quota_def', ''); |
| 16 | 16 | INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES ('user_ldap', 'ldap_email_attr', 'mail'); |