From 7f1d335818e627fc52bc5f5e585303d9d08b421b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 13 Mar 2012 08:13:41 +0200 Subject: [PATCH] Added missing file from previous commit. --- ldap/files/ldap.sysconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ldap/files/ldap.sysconfig diff --git a/ldap/files/ldap.sysconfig b/ldap/files/ldap.sysconfig new file mode 100644 index 0000000..633a48d --- /dev/null +++ b/ldap/files/ldap.sysconfig @@ -0,0 +1,16 @@ +# Options of slapd (see man slapd) +SLAPD_OPTIONS="-f /etc/openldap/slapd.conf" + +# At least one of SLAPD_LDAP, SLAPD_LDAPI and SLAPD_LDAPS must be set to 'yes'! +# +# Run slapd with -h "... ldap:/// ..." +# yes/no, default: yes +SLAPD_LDAP=yes + +# Run slapd with -h "... ldapi:/// ..." +# yes/no, default: yes +SLAPD_LDAPI=yes + +# Run slapd with -h "... ldaps:/// ..." +# yes/no, default: no +SLAPD_LDAPS=yes