Skip to content
Snippets Groups Projects
Commit c804bb37 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3293 add description of syncrepl starttls keyword

parent f8dfe108
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment