aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/templates/slapd.syncrepl.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-09-23 14:35:58 +0300
committerThomas Backlund <tmb@mageia.org>2014-09-23 14:35:58 +0300
commit628e21f559fc757ca2f7dfdd719c1cb861c54a07 (patch)
tree5e4dc724c813e41bf132be89b43169b332f84a86 /modules/openldap/templates/slapd.syncrepl.conf
parent2b2106f598d81990fd300de7486204b75e49e264 (diff)
downloadpuppet-628e21f559fc757ca2f7dfdd719c1cb861c54a07.tar
puppet-628e21f559fc757ca2f7dfdd719c1cb861c54a07.tar.gz
puppet-628e21f559fc757ca2f7dfdd719c1cb861c54a07.tar.bz2
puppet-628e21f559fc757ca2f7dfdd719c1cb861c54a07.tar.xz
puppet-628e21f559fc757ca2f7dfdd719c1cb861c54a07.zip
- disable checking of locally signed cert
'fixes' nonworking slave ldap TODO: fix properly when infra is running mga4
Diffstat (limited to 'modules/openldap/templates/slapd.syncrepl.conf')
-rw-r--r--modules/openldap/templates/slapd.syncrepl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openldap/templates/slapd.syncrepl.conf b/modules/openldap/templates/slapd.syncrepl.conf
index d9aa4cfe..bfa01d79 100644
--- a/modules/openldap/templates/slapd.syncrepl.conf
+++ b/modules/openldap/templates/slapd.syncrepl.conf
@@ -6,6 +6,7 @@ syncrepl rid=<%= rid %>
bindmethod=simple
binddn="cn=syncuser-<%= hostname%>,ou=System Accounts,<%= dc_suffix %>"
credentials=<%= sync_password %>
+ tls_reqcert=never
updateref ldaps://ldap-master.<%= domain %>:636