From 00f1ce067052b68668017874fa09123257fc2008 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Tue, 1 Apr 2025 22:57:08 +0000 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1ba433f..3da3dd8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -21,10 +21,10 @@ services: LDAP_1_HOST: 192.168.1.100 LDAP_1_MAIL_ATTRIBUTE: mail LDAP_1_FULLNAME_ATTRIBUTE: displayName - LDAP_1_BASE_DN: DC=activedirectory,DC=adamoutler,DC=com + LDAP_1_BASE_DN: DC=activedirectory,DC=adamoutler,DC=com LDAP_1_BIND_DN: ${BINDUSER} # used for user search - leave empty if ldap server allows anonymous bind - LDAP_1_BIND_PW: ${BINDPASS} # used for user search - leave empty if ldap server allows anonymous bind - LDAP_1_TLS_CA_FILE: '' # used for self-signed certificate with ldaps - leave empty if using ldap or server uses CA-issued certificate + LDAP_1_BIND_PW: ${BINDPASS} # used for user search - leave empty if ldap server allows anonymous bind + LDAP_1_TLS_CA_FILE: '' # used for self-signed certificate with ldaps - leave empty if using ldap or server uses CA-issued certificate #Admin SUPPORT_EMAIL: adamoutler@gmail.com