Skip to content

Commit 4f18a6a

Browse files
committed
Version 3.3.3 (July 22, 2019)
* Added METHOD environment variable to retrieve the HTTP request method (e.g. GET, HEAD, POST, OPTIONS, etc.). Thanks to Vijay from Google Code. * Fixed a bug with incorrect parenthesis grouping when checking the result of the external process in exec_external(). Thanks to @dcb314. * Added the "GroupExternalAuthNCheck Off" directive to disable the check for a previously authenticated user when using *only* the group authorization module. If you use *any* user authentication module in the same context, this may be undesirable. Thanks to Micah Andersen/BIMI. * Fix launching external processes on Windows - many programs require the %SystemRoot% environment variable to function properly. Thanks to Micah Andersen/BIMI.
1 parent 698cb1d commit 4f18a6a

24 files changed

+0
-688
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ addons:
1717

1818
before_install:
1919
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install apache-httpd --params '/installLocation:C:\' ; fi
20-
- cd mod_authnz_external
2120

2221
script:
2322
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then make ; fi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mod_authnz_external/README README

File renamed without changes.

README.md

-14
This file was deleted.

mod_authnz_external/TODO TODO

File renamed without changes.
File renamed without changes.
File renamed without changes.

mod_authz_unixgroup/CHANGES

-42
This file was deleted.

mod_authz_unixgroup/INSTALL

-164
This file was deleted.

0 commit comments

Comments
 (0)