13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
|
## Bitwarden_RS LDAP Configuration File
|
||
|
bitwarden_url = ""
|
||
|
bitwarden_admin_token = ""
|
||
|
ldap_host = ""
|
||
|
ldap_ssl = true
|
||
|
ldap_bind_dn = ""
|
||
|
ldap_bind_password = ""
|
||
|
ldap_search_base_dn = ""
|
||
|
ldap_search_filter = "(&(objectClass=*)(uid=*))"
|
||
|
ldap_mail_field = "mail"
|
||
|
ldap_sync_interval_seconds = 60
|
||
|
ldap_sync_loop = true
|