comparison xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 1046:b81ad8234f90

Minor assorted fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Jan 2014 17:23:47 +0400
parents 95c3c3bbf1ce
children 6a19aadc15b2
comparison
equal deleted inserted replaced
1045:908ef8900ce8 1046:b81ad8234f90
99 Auth-Wait: 3 # wait for 3 seconds before returning an error to the client 99 Auth-Wait: 3 # wait for 3 seconds before returning an error to the client
100 </example> 100 </example>
101 </para> 101 </para>
102 102
103 <para> 103 <para>
104 If there is no <header>Auth-Wait</header> header in a request, 104 If there is no <header>Auth-Wait</header> header,
105 an error will be returned and the connection will be closed. 105 an error will be returned and the connection will be closed.
106 The current implementation allocates memory for each authentication attempt. 106 The current implementation allocates memory for each authentication attempt.
107 The memory is freed only at the end of a session. 107 The memory is freed only at the end of a session.
108 Therefore, the number of invalid authentication attempts in a single session 108 Therefore, the number of invalid authentication attempts in a single session
109 must be limited — the server must response without 109 must be limited — the server must respond without
110 the <header>Auth-Wait</header> header after 10-20 attempts 110 the <header>Auth-Wait</header> header after 10-20 attempts
111 (the attempt number is passed in the <header>Auth-Login-Attempt</header> 111 (the attempt number is passed in the <header>Auth-Login-Attempt</header>
112 header). 112 header).
113 </para> 113 </para>
114 114