aboutsummaryrefslogtreecommitdiffstats
path: root/main/openldap/slapd.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-26 20:27:43 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-26 21:14:51 +0200
commit37aedafe0391550421f305e72e6fb9e23f768687 (patch)
treed4167fb266c4ccc770b0f70060d0e84129f2eee5 /main/openldap/slapd.confd
parentb0412f61866d8afe9ca38cc6e91eb4e208fa9e3b (diff)
downloadaports-37aedafe0391550421f305e72e6fb9e23f768687.tar.bz2
aports-37aedafe0391550421f305e72e6fb9e23f768687.tar.xz
main/openldap: rewrite runscript
Diffstat (limited to 'main/openldap/slapd.confd')
-rw-r--r--main/openldap/slapd.confd15
1 files changed, 9 insertions, 6 deletions
diff --git a/main/openldap/slapd.confd b/main/openldap/slapd.confd
index 2240ad3f30..f69f92b4ab 100644
--- a/main/openldap/slapd.confd
+++ b/main/openldap/slapd.confd
@@ -1,9 +1,12 @@
-# conf.d file for openldap
-#
+# Configuration for /etc/init.d/slapd
+
+# Location of the configuration file.
+cfgfile="/etc/openldap/slapd.conf"
+
+# Location of the configuration directory (OpenLDAP 2.3+).
+#cfgdir=""
+
# To enable both the standard unciphered server and the ssl encrypted
# one uncomment this line or set any other server starting options
# you may desire.
-#
-# OPTS="-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
-# Uncomment the below to use the new slapd configuration for openldap 2.3
-#OPTS="-F /etc/openldap/slapd.d -h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
+#command_args="-h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"