Document disabling BasicAuth in USAGE
authorJoey Schulze <joey@infodrom.org>
Fri, 21 Nov 2008 11:07:06 +0000 (11:07 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 21 Nov 2008 11:07:06 +0000 (11:07 +0000)
USAGE
debian/changelog

diff --git a/USAGE b/USAGE
index d83db0a..184cd7a 100644 (file)
--- a/USAGE
+++ b/USAGE
@@ -123,3 +123,19 @@ become plaintext equivalents.
 
 The full set of directives available are now listed in the file DIRECTIVES,
 for ease of perusal.
+
+Disable other Auth methods
+--------------------------
+
+For some reason Apache has problems handing over authority to this
+module if this is requested an another auth module is also loaded.
+
+If you have another authentication module loaded, you'll have to
+disable it the hard way.
+
+AuthBasicAuthoritative Off
+AuthUserFile /dev/null
+
+The following option is not sufficient
+
+Auth_MySQL_Authoritative On
index 5d4866e..9e3557f 100644 (file)
@@ -1,9 +1,14 @@
+mod-auth-mysql (4.3.9-10) unstable; urgency=low
+
+  * Document disabling BasicAuth in USAGE (closes: Bug#502895)
+
+ --
+
 mod-auth-mysql (4.3.9-9) unstable; urgency=low
 
   * Insert the copyright notice with names and note patches coming from
     the Debian community
 
-
  -- Joey Schulze <joey@infodrom.org>  Wed, 21 May 2008 07:55:27 +0200
 
 mod-auth-mysql (4.3.9-8) unstable; urgency=low