From 3695137994f5bc2070d8e58769dc5deb2abeaaf3 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 21 Oct 2019 18:47:07 +0200 Subject: [PATCH] Update bitwarden_rs.env --- conf/bitwarden_rs.env | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf/bitwarden_rs.env b/conf/bitwarden_rs.env index c0057ce..39e5902 100644 --- a/conf/bitwarden_rs.env +++ b/conf/bitwarden_rs.env @@ -157,3 +157,13 @@ SMTP_SSL=false # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_AUTH_MECHANISM="Plain" + +## LDAP Connection info +# BITWARDEN_URL = "http://bitwarden:80" +# BITWARDEN_ADMIN_TOKEN = "admin" +# LDAP_HOST = "ldap" +# LDAP_BIND_DN = "cn=admin,dc=example,dc=org" +# LDAP_BIND_PASSWORD = "admin" +# LDAP_SEARCH_BASE_DN = "dc=example,dc=org" +# LDAP_SEARCH_FILTER = "(&(objectClass=*)(uid=*))" +# LDAP_SYNC_INTERVAL_SECONDS = 10