Do not sync entire LDAP by default
This commit is contained in:
parent
89656d4211
commit
fc474c1aec
1 changed files with 1 additions and 1 deletions
|
|
@ -582,5 +582,5 @@ DEFINE_GETSET_CONFIG(SettingsModel,
|
||||||
syncLdapContacts,
|
syncLdapContacts,
|
||||||
SyncLdapContacts,
|
SyncLdapContacts,
|
||||||
"sync_ldap_contacts",
|
"sync_ldap_contacts",
|
||||||
true)
|
false)
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue