20 lines
579 B
YAML
20 lines
579 B
YAML
# This is the default image configuration file
|
||
# These values will persists in container environment.
|
||
|
||
# All environment variables used after the container first start
|
||
# must be defined here.
|
||
# more information : https://github.com/osixia/docker-light-baseimage
|
||
|
||
# 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
|
||
|
||
# Ulimit
|
||
LDAP_NOFILE: 1024
|
||
|
||
# Do not perform any chown to fix file ownership
|
||
DISABLE_CHOWN: false
|
||
|
||
# Default port to bind slapd
|
||
LDAP_PORT: 389
|
||
LDAPS_PORT: 636 |