aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/default/slapd
blob: 7f746d62eb557c5c87db717fa302e5046c43bf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Begin /etc/default/slapd

# 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:///"

# Add any aditional options you want to pass to slapd command line.
#
# Use "-h $SLAPD_SERVICES" in the SLAPD_OPTS below if you have
# uncommented and modified SLAPD_SERVICES line above.
#
# See man 8 slapd for more information.
SLAPD_OPTS=""

# End /etc/default/slapd