From 6c09ec08d51c8a2ba4d54b698e735438ba954c3b Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 25 Jun 2015 17:16:10 +0200 Subject: Minor formatting tweaks. --- README | 6 +++--- 1 file 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/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 -- cgit