Improved and cleaned up http auth.

This commit is contained in:
Michal Čihař
2005-12-09 11:11:44 +00:00
parent 12f1164148
commit c10246cc1e
3 changed files with 28 additions and 60 deletions

View File

@@ -370,10 +370,10 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
<li>Was called 'advanced' in versions before 2.2.3.</li>
<li>Introduced in 1.3.0, it uses Basic HTTP authentication method and
allows you to login as any valid MySQL user.</li>
<li>Is supported with PHP running as an Apache module. For IIS (ISAPI)
support using CGI PHP, see <a href="#faq1_32">FAQ 1.32</a>.</li>
<li>See also <a href="#faq4_4">FAQ 4.4</a> about not using the <i>.htaccess</i> mechanism along
with 'http' authentication mode.</li>
<li>Is supported with most PHP configurations. For IIS (ISAPI) support
using CGI PHP, see <a href="#faq1_32">FAQ 1.32</a>.</li>
<li>See also <a href="#faq4_4">FAQ 4.4</a> about not using the
<i>.htaccess</i> mechanism along with 'http' authentication mode.</li>
</ul>
<h4>'cookie' authentication mode</h4>