source: sandbox/2.3-MailArchiver/doc-expressolivre/debian/arqs-conf/etc/default/slapd @ 6779

Revision 6779, 1.8 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1# Default location of the slapd.conf file or slapd.d cn=config directory. If
2# empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to
3# /etc/ldap/slapd.conf).
4SLAPD_CONF=
5
6# System account to run the slapd server under. If empty the server
7# will run as root.
8SLAPD_USER="openldap"
9
10# System group to run the slapd server under. If empty the server will
11# run in the primary group of its user.
12SLAPD_GROUP="openldap"
13
14# Path to the pid file of the slapd server. If not set the init.d script
15# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf by
16# default)
17SLAPD_PIDFILE=
18
19# slapd normally serves ldap only on all TCP-ports 389. slapd can also
20# service requests on TCP-port 636 (ldaps) and requests via unix
21# sockets.
22# Example usage:
23# SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
24SLAPD_SERVICES="ldap:/// 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.
37SLAPD_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
45SLAPD_OPTIONS="-f /etc/ldap/slapd.conf"
Note: See TracBrowser for help on using the repository browser.