Document disabling BasicAuth in USAGE
[debian/mod-auth-mysql] / USAGE
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