rbowen 01/11/27 18:57:03
Modified: htdocs/manual/howto auth.html
Log:
Put in correct site template. Remove third-level TOC links.
Revision Changes Path
1.2 +8 -53 httpd-docs-1.3/htdocs/manual/howto/auth.html
Index: auth.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- auth.html 2001/11/23 05:01:21 1.1
+++ auth.html 2001/11/28 02:57:03 1.2
@@ -6,13 +6,17 @@
<title>Authentication, Authorization, and Access Control</title>
</head>
- <body>
- <!--Table of Child-Links-->
- <a name="TOC"><strong>Subsections</strong></a>
+ <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+ vlink="#000080" alink="#FF0000">
+ <!--#include virtual="header.html" -->
+<h1 align="CENTER">Authentication, Authorization, and Access
+Control</h1>
+
+ <a name="TOC"></a>
+
<ul>
<li><a href="#intro">Introduction</a></li>
-
<li>
<a href="#basic">Basic authentication</a>
@@ -24,35 +28,11 @@
<a href="#basicconfig">Configuration:
Protecting content with basic authentication</a>
- <ul>
- <li><a href="#htpasswd">Create a password
- file</a></li>
-
- <li><a href="#htpasswdconfig">Set the
- configuration to use this password file</a></li>
-
- <li><a href="#basicgroupfile">Optionally,
- create a group file</a></li>
- </ul>
</li>
<li>
<a href="#basicfaq">Frequently asked
questions about basic auth</a>
-
- <ul>
- <li><a href="#logout">How do I log
- out?</a></li>
-
- <li><a href="#passworddialog">How can I change
- what the password box looks like?</a></li>
-
- <li><a href="#persistpass">How to I make it
- not ask me for my password the next time?</a></li>
-
- <li><a href="#passwordtwice">Why does it
- sometimes ask me for my password twice?</a></li>
- </ul>
</li>
<li><a href="#basiccaveat">Security
@@ -71,17 +51,6 @@
<li>
<a href="#digestconfig">Configuration:
Protecting content with digest authentication</a>
-
- <ul>
- <li><a href="#htdigest">Creating a
- password file</a></li>
-
- <li><a href="#htdigestconfig">Set the
- configuration to use this password file</a></li>
-
- <li><a href="#digestgroup">Optionally,
- create a group file</a></li>
- </ul>
</li>
<li><a href="#digestcaveat">Caveats</a></li>
@@ -104,20 +73,6 @@
<li>
<a href="#authdbconfig">Protecting a
directory with mod_auth_db</a>
-
- <ul>
- <li><a href="#dbmmanage">Create the user
- file</a></li>
-
- <li><a href="#perl_dbfile">Creating your
- user file with Perl</a></li>
-
- <li><a href="#authdbuserfile">Configuration
- Apache to use this password file</a></li>
-
- <li><a href="#authdbgroupfile">Optionally,
- create a group file</a></li>
- </ul>
</li>
</ul>
<br />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]