initial work on adding LDAP integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-04 11:42:04 +11:00
parent 0619b497f7
commit e8abd27f3c
8 changed files with 186 additions and 19 deletions

View File

@@ -4,6 +4,8 @@ INITIAL_PASSWORD=Password123
TOKEN_HOUR_LIFESPAN=168
BIND_IP=
BIND_PORT=8443
LDAP_BIND_ADDRESS=
LDAP_BIND_ADDRESS=ldaps://dc.lab.local
LDAP_BASE_DN=OU=Users,DC=lab,DC=local
LDAP_TRUST_CERT_FILE=
TLS_KEY_FILE=key.pem
TLS_CERT_FILE=cert.pem