]> git.sur5r.net Git - openldap/commitdiff
ITS#7897 fix admin guide syncrepl TLS defaults
authorRyan Tandy <ryan@nardis.ca>
Mon, 14 Jul 2014 16:42:14 +0000 (09:42 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 21 Sep 2015 19:39:45 +0000 (14:39 -0500)
In 2.4 syncrepl was changed to take its TLS defaults from the slapd
configuration (commit 1cc1f9b) and the man page was updated to document
that (commit 27dd7a5). This updates the admin guide to match.

doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf

index 20a2850005f5997ffecc97e3c2fab63d89d896c8..2e1bda874dc812bb04799ec89fdeeea221d04df3 100644 (file)
@@ -667,10 +667,8 @@ The {{EX:starttls}} parameter specifies use of the StartTLS extended
 operation to establish a TLS session before authenticating to the provider.
 If the {{EX:critical}} argument is supplied, the session will be aborted
 if the StartTLS request fails.  Otherwise the syncrepl session continues
-without TLS.  Note that the main slapd TLS settings are not used by the
-syncrepl engine; by default the TLS parameters from a {{ldap.conf}}(5)
-configuration file will be used.  TLS settings may be specified here,
-in which case any {{ldap.conf}}(5) settings will be completely ignored.
+without TLS.  The tls_reqcert setting defaults to {{EX:"demand"}} and the
+other TLS settings default to the same as the main slapd TLS settings.
 
 Rather than replicating whole entries, the consumer can query logs
 of data modifications.  This mode of operation is referred to as
index ef4fdd1310d05a97a033509b882f4ed88c1291a4..4e103d94cf2b440abe95f9817ed8432efd72deef 100644 (file)
@@ -518,10 +518,8 @@ The {{EX:starttls}} parameter specifies use of the StartTLS extended
 operation to establish a TLS session before authenticating to the provider.
 If the {{EX:critical}} argument is supplied, the session will be aborted
 if the StartTLS request fails.  Otherwise the syncrepl session continues
-without TLS.  Note that the main slapd TLS settings are not used by the
-syncrepl engine; by default the TLS parameters from a {{ldap.conf}}(5)
-configuration file will be used.  TLS settings may be specified here,
-in which case any {{ldap.conf}}(5) settings will be completely ignored.
+without TLS.  The tls_reqcert setting defaults to {{EX:"demand"}} and the
+other TLS settings default to the same as the main slapd TLS settings.
 
 Rather than replicating whole entries, the consumer can query logs
 of data modifications.  This mode of operation is referred to as