Skip to content

Instantly share code, notes, and snippets.

@cesurapp
Created October 7, 2021 09:06
Show Gist options
  • Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.
Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.
Ldap Test Server
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