ITS#3293 add description of syncrepl starttls keyword

This commit is contained in:
Howard Chu 2005-01-19 09:47:46 +00:00
parent f8dfe10875
commit c804bb3728

View File

@ -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