Template update.
[carnet-upgrade.git] / files / etc / default / slapd.expect
1 # Default location of the slapd.conf file. If empty, use the compiled-in
2 # default (/etc/ldap/slapd.conf). If using the cn=config backend to store
3 # configuration in LDIF, set this variable to the directory containing the
4 # cn=config data.
5 SLAPD_CONF=
6
7 # System account to run the slapd server under. If empty the server
8 # will run as root.
9 SLAPD_USER="openldap"
10
11 # System group to run the slapd server under. If empty the server will
12 # run in the primary group of its user.
13 SLAPD_GROUP="openldap"
14
15 # Path to the pid file of the slapd server. If not set the init.d script
16 # will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf by
17 # default)
18 SLAPD_PIDFILE=
19
20 # slapd normally serves ldap only on all TCP-ports 389. slapd can also
21 # service requests on TCP-port 636 (ldaps) and requests via unix
22 # sockets.
23 # Example usage:
24 # SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
25
26 # If SLAPD_NO_START is set, the init script will not start or restart
27 # slapd (but stop will still work).  Uncomment this if you are
28 # starting slapd via some other means or if you don't want slapd normally
29 # started at boot.
30 #SLAPD_NO_START=1
31
32 # If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,
33 # the init script will not start or restart slapd (but stop will still
34 # work).  Use this for temporarily disabling startup of slapd (when doing
35 # maintenance, for example, or through a configuration management system)
36 # when you don't want to edit a configuration file.
37 SLAPD_SENTINEL_FILE=/etc/ldap/noslapd
38
39 # For Kerberos authentication (via SASL), slapd by default uses the system
40 # keytab file (/etc/krb5.keytab).  To use a different keytab file,
41 # uncomment this line and change the path.
42 #export KRB5_KTNAME=/etc/krb5.keytab
43
44 # Additional options to pass to slapd
45 SLAPD_OPTIONS=""
46 SLURPD_START=auto