]> granicus.if.org Git - apache/commitdiff
Fix documentation bugs
authorNick Kew <niq@apache.org>
Tue, 6 Dec 2005 00:54:29 +0000 (00:54 +0000)
committerNick Kew <niq@apache.org>
Tue, 6 Dec 2005 00:54:29 +0000 (00:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354248 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbd.xml

index 0296eaaa3610dee542f064e54df9360a4db3ce29..897dd051a45676fbf9e9055b74ca2cbfb4a69d70 100644 (file)
@@ -101,7 +101,6 @@ DBDExptime 60</code>
 <syntax>AuthDBDUserPWQuery <var>query</var></syntax>
 <contextlist><context>directory</context>
 </contextlist>
-<override>AuthConfig</override>
 
 <usage>
     <p>The <directive>AuthDBDUserPWQuery</directive> specifies an
@@ -123,17 +122,16 @@ DBDExptime 60</code>
 <syntax>AuthDBDUserRealmQuery <var>query</var></syntax>
 <contextlist><context>directory</context>
 </contextlist>
-<override>AuthConfig</override>
 
 <usage>
-    <p>The <directive>AuthDBDUserRealmPWQuery</directive> specifies an
+    <p>The <directive>AuthDBDUserRealmQuery</directive> specifies an
     SQL query to look up a password for a specified user and realm.
     The query must take two string (typically SQL varchar) arguments
     (username and realm), and return a single value (encrypted password).
     </p>
     <example>
-    AuthDBDUserRealmPWQuery "SELECT password FROM authn
-                                    WHERE username = %s AND realm = %s"
+    AuthDBDUserRealmQuery "SELECT password FROM authn
+                              WHERE username = %s AND realm = %s"
     </example>
 
 </usage>