Created
October 7, 2021 09:06
-
-
Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.
Ldap Test Server
This file contains 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
version: '3.5' | |
services: | |
ldap: | |
image: osixia/openldap | |
ports: | |
- 389:389 | |
ldap_admin: | |
image: osixia/phpldapadmin | |
environment: | |
- PHPLDAPADMIN_LDAP_HOSTS=ldap | |
ports: | |
- 8090:443 | |
# Authentication | |
# IP:Port = 127.0.0.1:389 | |
# URL = https://127.0.0.1:8090 | |
# Base_DN = cn=admin,dc=example,dc=org | |
# Pass = admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment