]> granicus.if.org Git - apache/commitdiff
A few additional seealso links
authorRich Bowen <rbowen@apache.org>
Sun, 11 Dec 2005 18:25:59 +0000 (18:25 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Dec 2005 18:25:59 +0000 (18:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@355990 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_basic.xml
docs/manual/mod/mod_auth_digest.xml

index 3ca0c2b1c9f5e5cfe3e74353bbe9feb59ad02dd8..3e7ce44e8bfdcaa05f3b0e583115099905115bf5 100644 (file)
@@ -40,6 +40,9 @@
 </summary>
 <seealso><directive module="core">AuthName</directive></seealso>
 <seealso><directive module="core">AuthType</directive></seealso>
+<seealso><directive module="core">Require</directive></seealso>
+<seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
 
 <directivesynopsis>
 <name>AuthBasicProvider</name>
index cdbc7b159a6e1f99f5851b41b1b58a0736abcdb7..283a4196fb3e9073da67f98b310adb4153475f07 100644 (file)
@@ -39,6 +39,7 @@
 <seealso><directive module="core">AuthType</directive></seealso>
 <seealso><directive module="core">Require</directive></seealso>
 <seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
 
 <section id="using"><title>Using Digest Authentication</title>