-
-
Save Nek-/0cbb75e74c7e1d37983747c187c5abd1 to your computer and use it in GitHub Desktop.
Symfony env config for LDAP with docker broadinstitute/slapd
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
LDAP_URL=ldap://ldap:389 | |
LDAP_BASE_DN=dc=mycorp,dc=com | |
LDAP_SEARCH_DN=cn=admin,dc=mycorp,dc=com | |
LDAP_SEARCH_PASSWORD=s3cr3tpassw0rd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment