mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-22 11:16:27 +00:00
Fix itest config
This commit is contained in:
parent
542a5b94b6
commit
efff90c18e
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
8
itest/config.toml
Normal 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
|
Loading…
Reference in New Issue
Block a user