mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
add urllist to README
This commit is contained in:
parent
e3da9da534
commit
164296af28
11
README
11
README
@ -13,7 +13,7 @@ Status and Roadmap
|
|||||||
The module is working for multi-user systems. The primary mode of
|
The module is working for multi-user systems. The primary mode of
|
||||||
operation is by doing online validation using a YubiKey validation
|
operation is by doing online validation using a YubiKey validation
|
||||||
service (such as the YubiCloud, or a private one configured using
|
service (such as the YubiCloud, or a private one configured using
|
||||||
the 'url' parameter).
|
the 'urllist' parameter).
|
||||||
|
|
||||||
In version 2.6, offline validation was also made possible through
|
In version 2.6, offline validation was also made possible through
|
||||||
the use of HMAC-SHA1 Challenge-Response found in YubiKey 2.2 and
|
the use of HMAC-SHA1 Challenge-Response found in YubiKey 2.2 and
|
||||||
@ -171,7 +171,14 @@ Supported PAM module parameters are:
|
|||||||
password is available or the password is not appropriate, the user
|
password is available or the password is not appropriate, the user
|
||||||
will be denied access.
|
will be denied access.
|
||||||
|
|
||||||
"url": specify the URL template to use, this is set by calling
|
"urllist": List of URL templates to be used. This is set by calling
|
||||||
|
ykclient_set_url_bases. The list should be in the format :
|
||||||
|
|
||||||
|
"https://server/wsapi/2.0/verify;https://server/wsapi/2.0/verify"
|
||||||
|
|
||||||
|
"url": This option should not be used, please use the urllist
|
||||||
|
option instead.
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user