1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-03-16 03:29:17 +01:00

Update README

This commit is contained in:
Henrik Stråth 2014-10-29 14:58:32 +01:00
parent acaf01ba0d
commit a8723663e5

5
README
View File

@ -175,13 +175,9 @@ url::
option instead. option instead.
Specify the URL template to use, this is set by calling Specify the URL template to use, this is set by calling
yubikey_client_set_url_template, which defaults to: yubikey_client_set_url_template, which defaults to:
`https://api.yubico.com/wsapi/verify?id=%d&otp=%s` `https://api.yubico.com/wsapi/verify?id=%d&otp=%s`
or or
`https://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s` `https://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s`
depending on your version of yubico-c-client. depending on your version of yubico-c-client.
capath:: capath::
@ -195,7 +191,6 @@ verbose_otp::
You are advised to not use this, if you are using two factor You are advised to not use this, if you are using two factor
authentication because that will display your password on the authentication because that will display your password on the
screen. screen.
This requires the service using the PAM module to This requires the service using the PAM module to
display custom fields. For example, OpenSSH requires display custom fields. For example, OpenSSH requires
you to configure `ChallengeResponseAuthentication no`. you to configure `ChallengeResponseAuthentication no`.