mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#7897 fix admin guide syncrepl TLS defaults
In 2.4 syncrepl was changed to take its TLS defaults from the slapd configuration (commit1cc1f9b
) and the man page was updated to document that (commit27dd7a5
). This updates the admin guide to match.
This commit is contained in:
parent
05b32b4992
commit
cd5147703c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user