diff --git a/.env.template b/.env.template index ae0a3450..396ad96d 100644 --- a/.env.template +++ b/.env.template @@ -159,11 +159,11 @@ # 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 \ No newline at end of file +# 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 \ No newline at end of file