Skip to content

Instantly share code, notes, and snippets.

@Nek-
Last active February 7, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nek-/85f59bec819602dd0fb33199190955d5 to your computer and use it in GitHub Desktop.
Save Nek-/85f59bec819602dd0fb33199190955d5 to your computer and use it in GitHub Desktop.
LDAP Docker Compose config
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