LDAP Mapping in docker compose #1707
-
Hi guys,
BR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have something like that: bounded with Microsoft AD EDIT: works with 2.9.37 |
Beta Was this translation helpful? Give feedback.
I have something like that:
environment:
SEMAPHORE_LDAP_ACTIVATED: "yes"
SEMAPHORE_LDAP_HOST: host
SEMAPHORE_LDAP_PORT: "636"
SEMAPHORE_LDAP_NEEDTLS: true
SEMAPHORE_LDAP_DN_BIND: ""cn=user,cn=Users,dc=wtf,dc=df,dc=com,dc=pl""
SEMAPHORE_LDAP_PASSWORD: "I_like_pancakes"
SEMAPHORE_LDAP_DN_SEARCH: "ou=workers,dc=wtf,dc=df,dc=com,dc=pl"
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(sAMAccountName=%s)(memberOf=cn=ansible_admin,ou=AnsibleSemaphore,ou=APPS,ou=Groups,dc=wtf,dc=df,dc=com,dc=pl))"
SEMAPHORE_LDAP_MAPPING_USERNAME: sAMAccountName
bounded with Microsoft AD
EDIT: works with 2.9.37