]> 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)
committerRyan Tandy <ryan@nardis.ca>
Mon, 14 Sep 2015 15:46:55 +0000 (08:46 -0700)
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 6e1040cdf70e582b4a443dc0285a502fe03dc8a0..204c56a60cc2c09c42e2541b35268d02463a3e98 100644 (file)
@@ -669,10 +669,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 8bbc05f4e0bddaa3c7c8bd3b4f3c3599ec35019e..f197b6c5d469230186b60b4f786d5fb6ac521185 100644 (file)
@@ -520,10 +520,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