diff xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 1856:7133004fa5b3

$ssl_client_verify extended with a failure reason.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 08 Dec 2016 19:08:30 +0300
parents 06322891b4e3
children fef4ab2d990c
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_auth_http_module"
         link="/en/docs/mail/ngx_mail_auth_http_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="directives" name="Directives">
 
@@ -208,8 +208,12 @@ the <header>Auth-SSL</header> header is 
 <header>Auth-SSL-Verify</header> will contain
 the result of client certificate verification, if
 <link doc="ngx_mail_ssl_module.xml" id="ssl_verify_client">enabled</link>:
-“<literal>SUCCESS</literal>”, “<literal>FAILED</literal>”, and
-“<literal>NONE</literal>” if a certificate was not present.
+“<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”
+(1.11.7), and “<literal>NONE</literal>” if a certificate was not present.
+<note>
+Prior to version 1.11.7, the “<literal>FAILED</literal>” result
+did not contain the <value>reason</value> string.
+</note>
 When the client certificate was present,
 its details are passed in the following request headers:
 <header>Auth-SSL-Subject</header>, <header>Auth-SSL-Issuer</header>,