diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-09-23 14:35:58 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-09-23 14:35:58 +0300 |
commit | 628e21f559fc757ca2f7dfdd719c1cb861c54a07 (patch) | |
tree | 5e4dc724c813e41bf132be89b43169b332f84a86 /modules | |
parent | 2b2106f598d81990fd300de7486204b75e49e264 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/openldap/templates/slapd.syncrepl.conf | 1 |
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 |