diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-08 01:34:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:14 +0200 |
commit | 6de533ca723f087e208862772c4d5def8e1e811c (patch) | |
tree | 40e53514c33ac6cf39901f9c17d13d620750f234 /roles | |
parent | 0b3bae418d0839f90623fb7967f3beed6ca89bbd (diff) |
oops
Diffstat (limited to 'roles')
-rw-r--r-- | roles/common-LDAP/templates/etc/ldap/database.ldif.j2 | 2 |
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 5a8674a..b97201c 100644 --- a/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 +++ b/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 @@ -91,7 +91,7 @@ olcDbIndex: entryCSN,entryUUID eq # - http://www.openldap.org/doc/admin24/replication.html#Syncrepl # - http://www.zytrax.com/books/ldap/ch7/#ol-syncrepl-rap # -{% if 'LDAP_provider' not in group_names %} +{% if 'LDAP-provider' not in group_names %} olcSyncrepl: rid=000 provider=ldap://{{ LDAP_provider }} type=refreshAndPersist |