Hi,

We're wondering: is there some clever way to include any number of .conf files that exist in a certain directory?

Something like, in slapd.conf:

include /opt/symas/etc/openldap/acls/*.conf

This would allow us to simply add & remove.conf files under that directory, and restart openldap.

We're now getting errors:

/opt/symas/etc/openldap/slapd.conf: line 109 (include /opt/symas/etc/openldap/acls/*.conf)
could not stat config file " /opt/symas/etc/openldap/acls/*.conf": No such file or directory

Is that way of configuring (wildcard includes) not supported..? Or are we missing something else?

Is there some other way of doing this..?