X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Ffiles%2Fetc%2Fdefault%2Fslapd;fp=src%2Ffiles%2Fetc%2Fdefault%2Fslapd;h=fe7568e3e22c3547abef083a4d2b6127e3da638c;hb=1e70ff3fe998033fd93c8cd177082b8cd566d2ce;hp=0000000000000000000000000000000000000000;hpb=145b5a97d79f0305f0c6b56fc78437eac89ec94b;p=carnet-upgrade.git diff --git a/src/files/etc/default/slapd b/src/files/etc/default/slapd new file mode 100644 index 0000000..fe7568e --- /dev/null +++ b/src/files/etc/default/slapd @@ -0,0 +1,33 @@ +# Default location of the slapd.conf file +SLAPD_CONF= + +# System account to run the slapd server under. If empty the server +# will run as root. +SLAPD_USER= + +# System group to run the slapd server under. If empty the server will +# run in the primary group of its user. +SLAPD_GROUP= + +# Path to the pid file of the slapd server. If not set the init.d script +# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf) +SLAPD_PIDFILE= + +# Configure if db_recover should be called before starting slapd +TRY_BDB_RECOVERY=yes + +# Configure if the slurpd daemon should be started. Possible values: +# - yes: Always start slurpd +# - no: Never start slurpd +# - auto: Start slurpd if a replica option is found in slapd.conf (default) +SLURPD_START=auto + +# slapd normally serves ldap only on all TCP-ports 389. slapd can also +# service requests on TCP-port 636 (ldaps) and requests via unix +# sockets. +# Example usage: +# SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///" + +# Additional options to pass to slapd and slurpd +SLAPD_OPTIONS="" +SLURPD_OPTIONS=""