fe7568e3e22c3547abef083a4d2b6127e3da638c
[carnet-upgrade.git] / src / files / etc / default / slapd
1 # Default location of the slapd.conf file
2 SLAPD_CONF=
3
4 # System account to run the slapd server under. If empty the server
5 # will run as root.
6 SLAPD_USER=
7
8 # System group to run the slapd server under. If empty the server will
9 # run in the primary group of its user.
10 SLAPD_GROUP=
11
12 # Path to the pid file of the slapd server. If not set the init.d script
13 # will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf)
14 SLAPD_PIDFILE=
15
16 # Configure if db_recover should be called before starting slapd
17 TRY_BDB_RECOVERY=yes
18
19 # Configure if the slurpd daemon should be started. Possible values: 
20 # - yes:   Always start slurpd
21 # - no:    Never start slurpd
22 # - auto:  Start slurpd if a replica option is found in slapd.conf (default)
23 SLURPD_START=auto
24
25 # slapd normally serves ldap only on all TCP-ports 389. slapd can also
26 # service requests on TCP-port 636 (ldaps) and requests via unix
27 # sockets.
28 # Example usage:
29 # SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
30
31 # Additional options to pass to slapd and slurpd
32 SLAPD_OPTIONS=""
33 SLURPD_OPTIONS=""