Apply patch properly via dpatch
[debian/mod-auth-mysql] / USAGE
diff --git a/USAGE b/USAGE
index 1d3087d..d83db0a 100644 (file)
--- a/USAGE
+++ b/USAGE
@@ -123,22 +123,3 @@ 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
-
-If you experience similar problems with group membership, try
-repeating the same procedure with AuthGroupFile.