1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

Document "verbose_otp".

From  qistoph in http://code.google.com/p/yubico-pam/issues/detail?id=22
This commit is contained in:
Simon Josefsson 2010-04-14 09:48:25 +00:00
parent 424090508c
commit 78c2c10696

7
README
View File

@ -118,6 +118,13 @@ Supported PAM module parameters are:
yubikey_client_set_url_template, which defaults to:
http://api.yubico.com/wsapi/verify?id=%d&otp=%s
"verbose_otp":
This argument is used to show the OTP when it is entered.
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")
"ldap_uri": specifiy the ldap server uri (e.g. ldap://localhost).