Ldap support #2

Merged
gru merged 6 commits from ldap_support into master 2026-07-25 22:14:18 +02:00
Showing only changes of commit 17d5dcee91 - Show all commits
+2 -2
View File
@@ -10,7 +10,7 @@ services:
LDAP_CONFIG_PASSWORD: config
LDAP_TLS: "false"
ports:
- "10.87.2.6:389:389"
- "12389:389"
volumes:
- ./bootstrap:/container/service/slapd/assets/config/bootstrap/ldif/custom:ro
command: --copy-service
@@ -23,6 +23,6 @@ services:
PHPLDAPADMIN_LDAP_HOSTS: ldap
PHPLDAPADMIN_HTTPS: "false"
ports:
- "10.87.2.6:8088:80"
- "12390:80"
depends_on:
- ldap