diff options
| author | Jan Pazdziora <jpazdziora@redhat.com> | 2014-01-16 09:53:11 +0800 |
|---|---|---|
| committer | Jan Pazdziora <jpazdziora@redhat.com> | 2014-01-16 09:53:11 +0800 |
| commit | e19f6f480399702966799a86a084cb2e4866a67f (patch) | |
| tree | 5d41c819af003fec52fe48d8bdd96050cb474c29 /README | |
| parent | cb7352796250c7317c0b26f83c86d907684787b8 (diff) | |
| download | mod_intercept_form_submit-e19f6f480399702966799a86a084cb2e4866a67f.tar.gz mod_intercept_form_submit-e19f6f480399702966799a86a084cb2e4866a67f.tar.xz mod_intercept_form_submit-e19f6f480399702966799a86a084cb2e4866a67f.zip | |
Amend documentation to show mod_authnz_pam loading.mod_intercept_form_submit-0.9.4
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -24,9 +24,15 @@ validation (see the docs/ directory for outline of the interaction). Module configuration -------------------- -The module needs to be configured for Location that the application -uses to process the login form POST requests. The configuration has to -specify three values: +Module mod_authnz_pam needs to be installed and loaded with + + LoadModule authnz_pam_module modules/mod_authnz_pam.so + +because mod_intercept_form_submit uses it to do the actual PAM operations. + +The mod_intercept_form_submit module needs to be configured for Location +that the application uses to process the login form POST requests. The +configuration has to specify three values: InterceptFormPAMService name_of_the_PAM_service @@ -71,6 +77,8 @@ Optional parameters: Example: + LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so + LoadModule authnz_pam_module modules/mod_authnz_pam.so <Location /users/login> InterceptFormPAMService http_application_sss InterceptFormLogin login[login] @@ -106,7 +114,7 @@ should build and install the module. License ------- -Copyright 2013 Jan Pazdziora +Copyright 2013--2014 Jan Pazdziora Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
