summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-08-06 20:20:18 -0400
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>2014-08-06 20:20:18 -0400
commit77fc6c702c8c8cd6cfec70fb8c8dff519f4ef265 (patch)
treefd5635f79fbbe5b33391869cffe06f7a59061ff5 /USAGE
parent6599d28d9df0bf0739c2c66468216f3a60127b1b (diff)
parent9a1ee796634504a6f26a08fb8731c1d032dba9f2 (diff)
downloadlibpam-radius-auth-77fc6c702c8c8cd6cfec70fb8c8dff519f4ef265.tar.gz
libpam-radius-auth-77fc6c702c8c8cd6cfec70fb8c8dff519f4ef265.zip
Merge pull request #8 from foolean/master
Added 'prompt' option
Diffstat (limited to 'USAGE')
-rw-r--r--USAGE8
1 files changed, 8 insertions, 0 deletions
diff --git a/USAGE b/USAGE
index 3caa375..48f49b4 100644
--- a/USAGE
+++ b/USAGE
@@ -83,5 +83,13 @@ accounting_bug - When used, the accounting response vector is NOT
validated. This option will probably only be necessary
on REALLY OLD (i.e. Livingston 1.16) servers.
+prompt=string - Specifies the prompt, without the ': ', that PAM should
+ display when prompting for the password. This is useful
+ when using hardware tokens as part of multi-factor
+ authentication and presenting the same prompt twice would
+ confuse users. Use prompt=TokenCode (or some other
+ relevant string different from Password) in this
+ situation.
+
---------------------------------------------------------------------------