|
|
@@ -1,20 +1,20 @@
|
|
|
-# general container configuration
|
|
|
+# General container configuration
|
|
|
# see table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
|
|
|
LDAP_LOG_LEVEL: 256
|
|
|
|
|
|
-# required and used for new ldap server only
|
|
|
+# Required and used for new ldap server only
|
|
|
LDAP_ORGANISATION: Example Inc.
|
|
|
LDAP_DOMAIN: example.org
|
|
|
LDAP_ADMIN_PASSWORD: admin
|
|
|
LDAP_CONFIG_PASSWORD: config
|
|
|
|
|
|
-# tls
|
|
|
+# Tls
|
|
|
LDAP_TLS: true
|
|
|
LDAP_TLS_CRT_FILENAME: ldap.crt
|
|
|
LDAP_TLS_KEY_FILENAME: ldap.key
|
|
|
LDAP_TLS_CA_CRT_FILENAME: ca.crt
|
|
|
|
|
|
-# replication
|
|
|
+# Replication
|
|
|
LDAP_REPLICATION: false
|
|
|
# variables $LDAP_BASE_DN, $LDAP_ADMIN_PASSWORD, $LDAP_CONFIG_PASSWORD
|
|
|
# are automaticaly replaced at run time
|