summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2015-06-25 17:16:10 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2015-06-25 17:16:10 +0200
commit6c09ec08d51c8a2ba4d54b698e735438ba954c3b (patch)
tree138420d3d2a497a548a11d782aa469b8dca17956
parent48a74baa1e45caf7287cf6aa5688d2cf6bcca1d5 (diff)
downloadmod_authnz_pam-6c09ec08d51c8a2ba4d54b698e735438ba954c3b.tar.gz
mod_authnz_pam-6c09ec08d51c8a2ba4d54b698e735438ba954c3b.tar.xz
mod_authnz_pam-6c09ec08d51c8a2ba4d54b698e735438ba954c3b.zip
Minor formatting tweaks.
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4e5d11e..df556ce 100644
--- a/README
+++ b/README
@@ -75,7 +75,7 @@ Handling expired password:
For both the authorization and HTTP Basic authentication case, if the
password the user has presented has expired (PAM return codes
PAM_CRED_EXPIRED or PAM_NEW_AUTHTOK_REQD), when AuthPAMExpiredRedirect
-is specified with a URL, redirect is made to that locations. For
+is specified with a URL, redirect is made to that location. For
FreeIPA server, the setting would be
AuthPAMExpiredRedirect https://<IPA-server>/ipa/ui/reset_password.html
@@ -84,8 +84,8 @@ It is also possible to use placeholders in the URL that will be replaced
with current location (for backreference) and username (to prefill)
on the target page:
- %s URL of the current page
- %u The username that was used for the PAM authentication
+ %s URL of the current page.
+ %u The username that was used for the PAM authentication.
%% The character % itself.
For example for FreeIPA 4.1+, the value can actually be