From abd1ee22aabe2a7cbe8b719544499485e7037bb4 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 24 Apr 2015 13:34:18 +0200 Subject: Add support for replacement placeholders %s and %u. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index 3f5d8e9..4e5d11e 100644 --- a/README +++ b/README @@ -80,6 +80,20 @@ FreeIPA server, the setting would be AuthPAMExpiredRedirect https:///ipa/ui/reset_password.html +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 + %% The character % itself. + +For example for FreeIPA 4.1+, the value can actually be + + https:///ipa/ui/reset_password.html?url=%s + +SELinux: + On SELinux enabled systems, boolean allow_httpd_mod_auth_pam needs to be enabled: -- cgit