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