Last active
February 7, 2019 14:13
-
-
Save Nek-/85f59bec819602dd0fb33199190955d5 to your computer and use it in GitHub Desktop.
LDAP Docker Compose config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
ldap: | |
image: broadinstitute/slapd:2.0 | |
domainname: "example.org" | |
hostname: "example.org" | |
environment: | |
LDAP_DEBUGLEVEL: 1 | |
LDAP_DOMAIN: mycorp.com | |
LDAP_ORGANIZATION: "My Mega Corporation" | |
LDAP_ROOTPASS: s3cr3tpassw0rd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment