Hi,
in RedHat 7 the file /usr/lib/systemd/system/slapd.service contains:
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
In RedHat 9 the file /usr/lib/systemd/system/slapd.service contains:
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
So the urls are directly configured there and not via a variable. The file /etc/sysconfig/slapd doesn't exist.
Am 21.05.2024 um 00:10 schrieb Marc:
Anyone know if this file is still working in el9? Looks like if I put
SLAPD_URLS it is not read.
/etc/sysconfig/slapd
That's a question for Red Hat. No one on the OpenLDAP Project has anything to do with that.
Yes I already reported it (I think) don't even know where to report for el9 at this bugzilla. Just wondering if I was crazy or others noticed the same.