summaryrefslogtreecommitdiffstats
path: root/roles/common-LDAP
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-05-15 00:53:02 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:53:46 +0200
commitb5005d9b4adf7e72fffbee96d1dcc86b4fa1d428 (patch)
treef9d0efd4a51b370c1ab157f50d0ee5b533dc8879 /roles/common-LDAP
parent824eb9f92f8ed8b4de65d3a32b2d3f0cee24925b (diff)
typo
Diffstat (limited to 'roles/common-LDAP')
-rw-r--r--roles/common-LDAP/templates/etc/ldap/database.ldif.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 b/roles/common-LDAP/templates/etc/ldap/database.ldif.j2
index a7e4fa2..aa72f62 100644
--- a/roles/common-LDAP/templates/etc/ldap/database.ldif.j2
+++ b/roles/common-LDAP/templates/etc/ldap/database.ldif.j2
@@ -101,7 +101,7 @@ olcDbIndex: fripostOptionalMaildrop pres
{% if 'LDAP-provider' in group_names %}
{% endif %}
{% if ('LDAP-provider' not in group_names and 'MX' in group_names) or
- ('LDAP-provider' in group_names and groups.MX | difference([inventory_hostname]) %}
+ ('LDAP-provider' in group_names and groups.MX | difference([inventory_hostname])) %}
# SyncProv/SyncRepl specific indexing.
olcDbIndex: entryCSN,entryUUID eq
{% endif%}