summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
authorBennett Samowich <bennett@foolean.org>2014-06-15 21:23:34 -0400
committerBennett Samowich <bennett@foolean.org>2014-06-17 17:00:11 -0400
commit9a1ee796634504a6f26a08fb8731c1d032dba9f2 (patch)
treefd5635f79fbbe5b33391869cffe06f7a59061ff5 /USAGE
parent6599d28d9df0bf0739c2c66468216f3a60127b1b (diff)
downloadlibpam-radius-auth-9a1ee796634504a6f26a08fb8731c1d032dba9f2.tar.gz
libpam-radius-auth-9a1ee796634504a6f26a08fb8731c1d032dba9f2.zip
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.
+
---------------------------------------------------------------------------