Skip to content

LDAP Mapping in docker compose #1707

Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@storagefire122
Comment options

Answer selected by storagefire122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants