comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents a7974b8d2a23
children eeed494bba51
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_auth_basic_module" 10 <module name="Module ngx_http_auth_basic_module"
11 link="/en/docs/http/ngx_http_auth_basic_module.html" 11 link="/en/docs/http/ngx_http_auth_basic_module.html"
12 lang="en" 12 lang="en"
13 rev="8"> 13 rev="9">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_auth_basic_module</literal> module allows 18 The <literal>ngx_http_auth_basic_module</literal> module allows
106 106
107 <listitem> 107 <listitem>
108 specified by the 108 specified by the
109 “<literal>{</literal><value>scheme</value><literal>}</literal><value>data</value>” 109 “<literal>{</literal><value>scheme</value><literal>}</literal><value>data</value>”
110 syntax (1.0.3+) as described in 110 syntax (1.0.3+) as described in
111 <link url="http://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>; 111 <link url="https://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>;
112 currently implemented schemes include <literal>PLAIN</literal> (an example one, 112 currently implemented schemes include <literal>PLAIN</literal> (an example one,
113 should not be used), <literal>SHA</literal> (1.3.13) (plain SHA-1 113 should not be used), <literal>SHA</literal> (1.3.13) (plain SHA-1
114 hashing, should not be used) and <literal>SSHA</literal> (salted SHA-1 hashing, 114 hashing, should not be used) and <literal>SSHA</literal> (salted SHA-1 hashing,
115 used by some software packages, notably OpenLDAP and Dovecot). 115 used by some software packages, notably OpenLDAP and Dovecot).
116 <note> 116 <note>