1
0
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:
Simon Josefsson 2010-09-09 20:31:44 +00:00
parent 075cb5663f
commit c6e3b5bf16

12
README
View File

@ -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).