mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
ITS#3293 add description of syncrepl starttls keyword
This commit is contained in:
parent
f8dfe10875
commit
c804bb3728
@ -1410,6 +1410,7 @@ with the inner suffix must come first in the configuration file.
|
||||
.B [sizelimit=<limit>]
|
||||
.B [timelimit=<limit>]
|
||||
.B [schemachecking=on|off]
|
||||
.B [starttls=yes|critical]
|
||||
.B [bindmethod=simple|sasl]
|
||||
.B [binddn=<dn>]
|
||||
.B [saslmech=<mech>]
|
||||
@ -1484,6 +1485,13 @@ The schema checking can be enforced at the LDAP Sync
|
||||
consumer site by turning on the
|
||||
.B schemachecking
|
||||
parameter. The default is off.
|
||||
The
|
||||
.B starttls
|
||||
parameter may be used to specify use of the StartTLS extended operation
|
||||
to establish a TLS session before Binding to the provider. If the
|
||||
.B critical
|
||||
argument is supplied, the session will be aborted if the StartTLS request
|
||||
fails. Otherwise the syncrepl session continues in the clear.
|
||||
A
|
||||
.B bindmethod
|
||||
of
|
||||
|
Loading…
Reference in New Issue
Block a user