mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* adding some test coverage because there was some rando panic-inducing thing * ldap constants * documenting a macro * helpful weird errors * the war on strings continues * less json more better * testing things fixing bugs * idm_domain_reset_token_key wasn't working, added a test and fixed it (we weren't testing it) * idm_domain_set_ldap_basedn - adding tests * adding testing for idm_account_credential_update_cancel_mfareg * warning of deprecation
11 lines
241 B
TOML
11 lines
241 B
TOML
debug = false
|
|
dry_run = true
|
|
schedule = "* * * * *"
|
|
skip_root_check = false
|
|
sync_token="cheesemonkey"
|
|
ldap_uri="ldaps://example.com:636"
|
|
ldap_ca=""
|
|
ldap_sync_dn=""
|
|
ldap_sync_pw=""
|
|
ldap_sync_base_dn=""
|
|
ldap_filter="(objectClass=posixAccount)" |