]> granicus.if.org Git - apache-authnz-external/commitdiff
Minor documentation tweaks before the release. mod-auth-external-3.3.2
authorjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 12 Dec 2013 15:35:01 +0000 (15:35 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 12 Dec 2013 15:35:01 +0000 (15:35 +0000)
mod_authnz_external/CHANGES
mod_authnz_external/INSTALL
mod_authnz_external/README

index c7552fc0e2d4c0f5a9739d8109942be3c3bdb436..4a1cd6a944eb325fd48620dc971a47089e16d426 100644 (file)
@@ -1,4 +1,4 @@
-v3.3.2   (Jan Wolter - Dec 11, 2013)
+v3.3.2   (Jan Wolter - Dec 12, 2013)
 ----------------------------------------------
  * Replaced reference to remote_ip field of the connection record with
    useragent_ip, due to the elimination of remote_ip in Apache 2.4.1. Thanks
index d8680e457ae66c5fffb00fbd47f5fe8fbf126fcc..93752e5993f066224c51ef608c4e0e6385930f3a 100644 (file)
@@ -54,6 +54,7 @@ NOTES:
 
      (1) You can statically link it with Apache.  This requires rebuilding
         Apache in such a way that mod_authnz_external will be compiled in. 
+         Nobody does this anymore.
 
      (2) You can make mod_authnz_external a dynamically loaded module.  If
         your Apache has been built to support dynamically loaded modules
@@ -465,7 +466,7 @@ instructions to your server configuration.
 
         Require external-file-group
 
-    The GroupExternal cannot (yet?) be used with multiple external
+    The GroupExternal directive cannot (yet?) be used with multiple external
     authenticators.
 
     * USE WITH MOD_AUTHN_SOCACHE
@@ -619,7 +620,8 @@ instructions to your server configuration.
        not actually the one being used by the copy of Apache that is
        running.  Sometimes I test this by inserting deliberately invalid
        commands and checking to see if error messages are generated when
-       Apache is restarted.
+       Apache is restarted. We leave the choice of invalid command words
+        to be used to your imagination.
 
       - It displays pages in a protected directory without asking for
        a login and password.
@@ -677,7 +679,7 @@ instructions to your server configuration.
        crash.
 
       - Error log says "Failed (X) for user foo" with X being some number
-        other than 255 or -1.
+        other than -1, -2, 255 or 254.
       
        The authenticator ran, and exited with the given non-zero return
        code.  You'll have to check the authenticator to see under what
index 2a503614c4024fb4a602e708336139af214a8d49..6625df6c65ee4ca8ba12fa248432184c9a70e2c6 100644 (file)
@@ -183,12 +183,14 @@ Example Authentication Routines in this Distribution:
 -----------------------------------------------------
 
  test/
-    Several small dummy external authentication programs written in Perl.
-    This are meant only for testing of mod_authnz_external.  They accept
-    any user whose password and login name are identical.  They write
-    lots of debugging info to the error_log file.
+    Several small dummy external authentication programs written in Perl
+    (there is also a PHP version of one of them). These are meant only for
+    testing of mod_authnz_external.  They accept any user whose password
+    and login name are identical.  They write lots of debugging info to
+    the error_log file.
 
     Author and Maintainer:  Jan Wolter http://unixpapa.com/
+    Author of PHP Version:  Claus Andersen
 
 Example Authentication Routines Formerly Included in this Distribution:
 -----------------------------------------------------------------------