From eb60dd6f39f5211bf8ab1e94a523628413c9a242 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Dec 2018 22:11:55 +0100 Subject: [PATCH] add custom schemas to config --- templates/etc/openldap/slapd.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/etc/openldap/slapd.conf.j2 b/templates/etc/openldap/slapd.conf.j2 index e3c701f..2db146d 100644 --- a/templates/etc/openldap/slapd.conf.j2 +++ b/templates/etc/openldap/slapd.conf.j2 @@ -13,6 +13,9 @@ include /etc/openldap/schema/nis.schema include /etc/openldap/schema/openldap.schema include /etc/openldap/schema/ppolicy.schema include /etc/openldap/schema/collective.schema +{% for schema in ldap_proxy_custom_schemas %} +include /etc/openldap/schema/{{ item | basename }} +{% endif %} ## Module paths ############################################################## modulepath /usr/lib64/openldap/