Fix itest config

This commit is contained in:
ViViDboarder 2024-11-01 10:09:03 -07:00 committed by Shaun See Tow
parent 542a5b94b6
commit efff90c18e
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,4 +6,4 @@
**/*.rs.bk **/*.rs.bk
# Ignore config while developing # Ignore config while developing
config.toml ./config.toml

8
itest/config.toml Normal file
View File

@ -0,0 +1,8 @@
vaultwarden_url = "http://vaultwarden:80"
vaultwarden_admin_token = "admin"
ldap_host = "ldap"
ldap_bind_dn = "cn=readonly,dc=example,dc=org"
ldap_bind_password = "readonly"
ldap_search_base_dn = "dc=example,dc=org"
ldap_search_filter = "(&(objectClass=*)(uid=*))"
ldap_sync_loop = false