Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
This commit is contained in:
@ -20,7 +20,7 @@ services:
|
|||||||
LDAP_1_ENABLED: true
|
LDAP_1_ENABLED: true
|
||||||
LDAP_1_HOST: ldap://192.168.1.100:389
|
LDAP_1_HOST: ldap://192.168.1.100:389
|
||||||
LDAP_1_MAIL_ATTRIBUTE: mail
|
LDAP_1_MAIL_ATTRIBUTE: mail
|
||||||
LDAP_1_FULLNAME_ATTRIBUTE: displayName
|
LDAP_1_FULLNAME_ATTRIBUTE: sAMAccountName
|
||||||
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_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_BIND_PW: ${BINDPASS} # used for user search - leave empty if ldap server allows anonymous bind
|
||||||
|
Reference in New Issue
Block a user