kanidm/examples/iam_migration_ldap.toml
James Hodgkinson d9da1eeca0
Chasing yaks down dark alleyways (#2207)
* 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
2023-10-11 15:44:29 +10:00

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)"