summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
authorAlan DeKok <aland@freeradius.org>2014-11-26 13:02:36 -0500
committerAlan DeKok <aland@freeradius.org>2014-11-26 13:02:36 -0500
commit36bb85884364776981e44d3a22285dcb5e6e9482 (patch)
treead6ba58a9a84ebd336efcf90c9b398c021332533 /USAGE
parent8118169ba506bb9d49a1143aa3e97b1213e38db5 (diff)
parentc1986a03dc27c670e32973c2fabd8fb504585670 (diff)
downloadlibpam-radius-auth-36bb85884364776981e44d3a22285dcb5e6e9482.tar.gz
libpam-radius-auth-36bb85884364776981e44d3a22285dcb5e6e9482.zip
Merge pull request #14 from JensKuehnel/master
add force_prompt option to enforce new password prompt for use with Toke...
Diffstat (limited to 'USAGE')
-rw-r--r--USAGE4
1 files changed, 4 insertions, 0 deletions
diff --git a/USAGE b/USAGE
index b7031fb..21b742a 100644
--- a/USAGE
+++ b/USAGE
@@ -92,6 +92,10 @@ prompt=string - Specifies the prompt, without the ': ', that PAM should
relevant string different from Password) in this
situation.
+force_prompt - Request a new password and not using the previously entered
+ password. This usefull for multi-factor authentication
+ when used with a Token.
+
max_challenge=# - configure maximum number of challenges that a server
may request. This is a workaround for broken servers
and disabled by default.