mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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)"
|