Created
October 7, 2021 09:06
-
-
Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.
Revisions
-
cesurapp created this gist
Oct 7, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ 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