Hi,
For example:
When /etc/sysconfig/slapd contains:
SLAPD_URLS="ldapi:/// ldap://linux1014.ts.aa-srv.com/"
# Any custom options
SLAPD_OPTIONS="-4"
# Keytab location for GSSAPI Kerberos authentication
#KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"
systemctl start slapd fails
But with:
SLAPD_URLS="ldapi:/// ldap://linux1014.ts.aa-srv.com"
# Any custom options
SLAPD_OPTIONS="-4"
# Keytab location for GSSAPI Kerberos authentication
#KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"
It starts without any trouble.
I took me hours to find this :-(
Regards Hans