]> granicus.if.org Git - apache-authnz-external/commit
Minor fix + Output result code in externalgroup_check_authorization() error message
authorMicah Andersen <micah@bimi.org>
Fri, 1 Dec 2017 04:35:55 +0000 (23:35 -0500)
committerMicah Andersen <micah@bimi.org>
Fri, 1 Dec 2017 04:35:55 +0000 (23:35 -0500)
commit637629cd20dd3670c0cd30c2517dd0233f0c6a66
treea6b9e9b9e10d80b8ae1296f753c2a4fcb131f78e
parent790e801eb5a4183b7996cdfcd6a372281340e7ce
Minor fix + Output result code in externalgroup_check_authorization() error message

-t and w are never used in externalfilegroup_check_authorization(), so removed.

-externalgroup_check_authorization() now logs the last failing result code along with the 'User not in Required group.' message.
-code is initialized to 0 to prevent a compiler warning.
mod_authnz_external/mod_authnz_external.c