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:
parent
acaf01ba0d
commit
a8723663e5
21
README
21
README
@ -171,18 +171,14 @@ ykclient_set_url_bases. The list should be in the format :
|
|||||||
`https://server/wsapi/2.0/verify;https://server/wsapi/2.0/verify`
|
`https://server/wsapi/2.0/verify;https://server/wsapi/2.0/verify`
|
||||||
|
|
||||||
url::
|
url::
|
||||||
This option should not be used, please use the urllist
|
This option should not be used, please use the urllist
|
||||||
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
|
||||||
|
`https://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s`
|
||||||
or
|
depending on your version of yubico-c-client.
|
||||||
|
|
||||||
`https://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s`
|
|
||||||
|
|
||||||
depending on your version of yubico-c-client.
|
|
||||||
|
|
||||||
capath::
|
capath::
|
||||||
specify the path where X509 certificates are stored. This is
|
specify the path where X509 certificates are stored. This is
|
||||||
@ -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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user