Options:

Environment="SLAPD_URLS=ldap:/// ldapi:/// ldaps:///"
Environment="SLAPD_OPTIONS=-F /etc/openldap/slapd.d"
ExecStart=/usr/libexec/slapd -u ldap -g ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS

Yes, there is a slapd.d directory.

Thanks,
Eric

On Thu, Mar 16, 2023 at 8:08 AM Quanah Gibson-Mount <quanah@fast-mail.org> wrote:


--On Wednesday, March 15, 2023 10:11 AM -0600 Eric Fetzer
<eric.fetzer@gmail.com> wrote:

>
> Looking at my slapd.conf file, I have a bunch of olc settings in it. 
> Does that mean I'm OLC?  I installed it using this
> site:  https://computingforgeeks.com/install-configure-openldap-server-
> centos/

What options is slapd running with? Is there a "slapd.d" directory where
its configuration is deployed?

--Quanah