diff options
Diffstat (limited to 'confskel/openldap/ldap/slapd.defaults')
-rw-r--r-- | confskel/openldap/ldap/slapd.defaults | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/confskel/openldap/ldap/slapd.defaults b/confskel/openldap/ldap/slapd.defaults new file mode 100644 index 0000000..91ddb31 --- /dev/null +++ b/confskel/openldap/ldap/slapd.defaults @@ -0,0 +1,25 @@ +### +# Enable the daemon. +### +START="yes" + +### +# Keytab +### +export KRB5_KTNAME=/etc/ldap/ldap.keytab + +### +# Services +### +SLAPD_SERVICES="ldap:/// ldaps:/// ldapi:///" + +### +# Additional Options +# @todo: pass user & group for service. +### +SLAPD_OPTIONS="" + +### +# SLAPD Configuration +### +SLAPD_CONF="/etc/ldap/slapd.d" |