fix wrong wariable in template
This commit is contained in:
parent
d2d16482f2
commit
34420eb9cf
@ -14,7 +14,7 @@ include /etc/openldap/schema/openldap.schema
|
|||||||
include /etc/openldap/schema/ppolicy.schema
|
include /etc/openldap/schema/ppolicy.schema
|
||||||
include /etc/openldap/schema/collective.schema
|
include /etc/openldap/schema/collective.schema
|
||||||
{% for schema in ldap_proxy_custom_schemas %}
|
{% for schema in ldap_proxy_custom_schemas %}
|
||||||
include /etc/openldap/schema/{{ item | basename }}
|
include /etc/openldap/schema/{{ schema | basename }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
## Module paths ##############################################################
|
## Module paths ##############################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user