add custom schemas to config
This commit is contained in:
parent
4b61ba3b5d
commit
eb60dd6f39
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user