From bbf800e74658255b15c2eea39c12ed58969d45f1 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 25 Aug 2024 18:20:00 +1000 Subject: [PATCH] Add LDAP_DN env variable --- authentication/docker-compose.yml | 2 +- nas-compose.env | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index 6078159..9264f69 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -40,7 +40,7 @@ services: GID: ${NASCOMPOSE_GID?} LLDAP_JWT_SECRET_FILE: /run/secrets/lldap_jwt_secret LLDAP_KEY_SEED_FILE: /run/secrets/lldap_key_seed - LLDAP_LDAP_BASE_DN: ${NASCOMPOSE_GID?} + LLDAP_LDAP_BASE_DN: ${NASCOMPOSE_LDAP_DN?} networks: - reverse-proxy - default diff --git a/nas-compose.env b/nas-compose.env index 388a3de..e699547 100644 --- a/nas-compose.env +++ b/nas-compose.env @@ -6,6 +6,7 @@ NASCOMPOSE_GID=1000 NASCOMPOSE_SERVICES= NASCOMPOSE_DATA= NASCOMPOSE_DOMAIN= +NASCOMPOSE_LDAP_DN= NASCOMPOSE_MACVLAN_IFACE= NASCOMPOSE_MACVLAN_SUBNET=