From e7983bd377569d352ccab14431d5a798131744e5 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Jan 2005 09:55:31 +0000 Subject: [PATCH] Import ITS#3292 syncrepl starttls doc from HEAD --- doc/man/man5/slapd.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 9488cee420..fc6429505c 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1317,6 +1317,7 @@ one subordinate to another subordinate within the namingContext. .B [timelimit=] .B [schemachecking=on|off] .B [updatedn=] +.B [starttls=yes|critical] .B [bindmethod=simple|sasl] .B [binddn=] .B [saslmech=] @@ -1398,6 +1399,13 @@ of the replica database and be the same as the .B rootdn of the master database. +The +.B starttls +parameter specifies 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 without TLS. A .B bindmethod of -- 2.39.5