Do not sync entire LDAP by default

This commit is contained in:
Christophe Deschamps 2024-09-30 14:22:50 +02:00
parent 89656d4211
commit fc474c1aec

View file

@ -582,5 +582,5 @@ DEFINE_GETSET_CONFIG(SettingsModel,
syncLdapContacts,
SyncLdapContacts,
"sync_ldap_contacts",
true)
false)
// clang-format on