## Bitwarden_RS LDAP Configuration File bitwarden_url = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_URL" }}" bitwarden_admin_token = "{{ getenv "BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN" }}" ldap_host = "{{ getenv "BITWARDENRS_LDAP_HOST" }}" {{ if (getenv "BITWARDENRS_LDAP_SCHEME") -}} ldap_scheme = "{{ getenv "BITWARDENRS_LDAP_SCHEME" }}" {{ end -}} ldap_ssl = {{ getenv "BITWARDENRS_LDAP_SSL" "true" | conv.Bool }} {{ if (getenv "BITWARDENRS_LDAP_PORT") -}} ldap_port = {{ getenv "BITWARDENRS_LDAP_PORT" }} {{ end -}} ldap_bind_dn = "{{ getenv "BITWARDENRS_LDAP_BIND_DN" }}" ldap_bind_password = "{{ getenv "BITWARDENRS_LDAP_BIND_PASSWORD" }}" ldap_search_base_dn = "{{ getenv "BITWARDENRS_LDAP_SEARCH_BASE_DN" }}" ldap_search_filter = "{{ getenv "BITWARDENRS_LDAP_SEARCH_FILTER" "(&(objectClass=*)(uid=*))" }}" ldap_mail_field = "{{ getenv "BITWARDENRS_LDAP_MAIL_FIELD" "mail" }}" ldap_sync_interval_seconds = {{ getenv "BITWARDENRS_LDAP_SYNC_INTERVAL_SECONDS" "60" }} ldap_sync_loop = {{ getenv "BITWARDENRS_LDAP_SYNC_LOOP" "true" | conv.Bool }}