summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-12 15:44:45 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-12 15:46:42 +0200
commit16746d12890f3b52543339addfdeb572e26e1a26 (patch)
treedb72d498d758a97dcecda788b581674a0a13a32d /README
parentdaac04491cbd10361f9e2cdd9b868a2063a07837 (diff)
downloadmod_intercept_form_submit-16746d12890f3b52543339addfdeb572e26e1a26.tar.gz
mod_intercept_form_submit-16746d12890f3b52543339addfdeb572e26e1a26.tar.xz
mod_intercept_form_submit-16746d12890f3b52543339addfdeb572e26e1a26.zip
The latest lookup_identity_hook is fixups/APR_HOOK_LAST while we are fixups/APR_HOOK_MIDDLE, no need to call explicitly.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index bf96c09..4dece4d 100644
--- a/README
+++ b/README
@@ -7,9 +7,7 @@ retrieves the login and password information from the POST HTTP
request, runs PAM authentication with those credentials, and sets the
REMOTE_USER environment variable if the authentication passes. The
internal r->user field is also set so other modules can use it (even
-if the module is invoked very late in the request processing). The
-lookup_identity_hook from mod_lookup_identity is explicitly called
-after the r->user is set.
+if the module is invoked very late in the request processing).
If the REMOTE_USER is already set (presumably by some previous module),
no authentication takes place.