We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610b69b commit 58deda5Copy full SHA for 58deda5
image/env.yml
@@ -1,10 +1,11 @@
1
LDAP_ORGANISATION: Example Inc.
2
LDAP_DOMAIN: example.org
3
LDAP_ADMIN_PASSWORD: admin
4
+LDAP_LOG_LEVEL: -1
5
6
SERVER_NAME: ldap.example.org
7
8
USE_TLS: true
9
SSL_CRT_FILENAME: ldap.crt
10
SSL_KEY_FILENAME: ldap.key
-SSL_CA_CRT_FILENAME: ca.crt
11
+SSL_CA_CRT_FILENAME: ca.crt
image/service/slapd/daemon.sh
@@ -1,2 +1,2 @@
#!/bin/bash -e
-exec /usr/sbin/slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d -1
+exec /usr/sbin/slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d "$LDAP_LOG_LEVEL"
0 commit comments