diff xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 1066:de77e295c073

Documented the "Auth-User" authentication header field.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 08 Feb 2014 17:42:40 +0400
parents 88c0d96b9825
children f49e326758c0
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Sat Feb 08 17:42:40 2014 +0400
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Sat Feb 08 17:42:40 2014 +0400
@@ -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="1">
+        rev="2">
 
 <section id="directives" name="Directives">
 
@@ -138,6 +138,11 @@
 </para>
 
 <para>
+If the <header>Auth-User</header> header exists in a response,
+it overrides the username used to authenticate with the backend.
+</para>
+
+<para>
 For the SMTP, the response additionally takes into account
 the <header>Auth-Error-Code</header> header — if exists, it is used
 as a response code in case of an error.