diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-03-05 13:16:40 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-03-05 13:16:40 -0600 |
commit | d3078b183348e703cf5928128d2706c31fc7d870 (patch) | |
tree | d63a12e38bbf721d79d3181351e1efc1bfc22af9 /clfs/default/slapd |
Initial commit.
Diffstat (limited to 'clfs/default/slapd')
-rw-r--r-- | clfs/default/slapd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/clfs/default/slapd b/clfs/default/slapd new file mode 100644 index 0000000..7f746d6 --- /dev/null +++ b/clfs/default/slapd @@ -0,0 +1,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 |