comparison xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 1863:fef4ab2d990c

Removed unnecessary version for "FAILED:reason" in $ssl_client_verify.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 14 Dec 2016 19:20:40 +0300
parents 7133004fa5b3
children 9af1e88e10c8
comparison
equal deleted inserted replaced
1862:621daf1b77d0 1863:fef4ab2d990c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_auth_http_module" 10 <module name="Module ngx_mail_auth_http_module"
11 link="/en/docs/mail/ngx_mail_auth_http_module.html" 11 link="/en/docs/mail/ngx_mail_auth_http_module.html"
12 lang="en" 12 lang="en"
13 rev="7"> 13 rev="8">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="auth_http"> 17 <directive name="auth_http">
18 <syntax><value>URL</value></syntax> 18 <syntax><value>URL</value></syntax>
206 For the SSL/TLS client connection (1.7.11), 206 For the SSL/TLS client connection (1.7.11),
207 the <header>Auth-SSL</header> header is added, and 207 the <header>Auth-SSL</header> header is added, and
208 <header>Auth-SSL-Verify</header> will contain 208 <header>Auth-SSL-Verify</header> will contain
209 the result of client certificate verification, if 209 the result of client certificate verification, if
210 <link doc="ngx_mail_ssl_module.xml" id="ssl_verify_client">enabled</link>: 210 <link doc="ngx_mail_ssl_module.xml" id="ssl_verify_client">enabled</link>:
211 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>” 211 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
212 (1.11.7), and “<literal>NONE</literal>” if a certificate was not present. 212 and “<literal>NONE</literal>” if a certificate was not present.
213 <note> 213 <note>
214 Prior to version 1.11.7, the “<literal>FAILED</literal>” result 214 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
215 did not contain the <value>reason</value> string. 215 did not contain the <value>reason</value> string.
216 </note> 216 </note>
217 When the client certificate was present, 217 When the client certificate was present,