1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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"