mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 21:54:16 +01:00
Improve verbose_otp documentation.
This commit is contained in:
parent
075cb5663f
commit
c6e3b5bf16
12
README
12
README
@ -119,11 +119,15 @@ Supported PAM module parameters are:
|
||||
http://api.yubico.com/wsapi/verify?id=%d&otp=%s
|
||||
|
||||
"verbose_otp":
|
||||
This argument is used to show the OTP when it is entered.
|
||||
This argument is used to show the OTP when it is entered,
|
||||
i.e. to enable terminal echo of entered characters.
|
||||
You are advised to not use this, if you are using two factor
|
||||
authentication. Also, it requires the service using the pam
|
||||
module to display custom fields. (e.g. OpenSSH requires you
|
||||
to configure "ChallengeResponseAuthentication no")
|
||||
authentication because that will display your password on the
|
||||
screen.
|
||||
|
||||
This requires the service using the PAM module to
|
||||
display custom fields. For example, OpenSSH requires
|
||||
you to configure "ChallengeResponseAuthentication no".
|
||||
|
||||
"ldap_uri": specify the LDAP server URI (e.g. ldap://localhost).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user