comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents eeed494bba51
children 9eadb98ec770
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
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="https://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>; 111 <link url="https://datatracker.ietf.org/doc/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>