mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-03-16 03:29:17 +01:00
Drop url parameter.
This commit is contained in:
parent
5303be4ca2
commit
269c6463b4
5
README
5
README
@ -95,11 +95,6 @@ Supported PAM module parameters are:
|
|||||||
"debug": to enable debug output to stdout,
|
"debug": to enable debug output to stdout,
|
||||||
"alwaysok": to enable that all authentication attempts should succeed
|
"alwaysok": to enable that all authentication attempts should succeed
|
||||||
(aka presentation mode).
|
(aka presentation mode).
|
||||||
"url": specify URL to use for verification, by default it is
|
|
||||||
"http://api.yubico.com/wsapi/verify?id=%d&otp=%s"
|
|
||||||
Be sure to have only two printf tokens in the string
|
|
||||||
and that %d comes before %s. The %d will be replaced
|
|
||||||
with the "id" value and %s with the user's OTP.
|
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
If you are using "debug" you may find it useful to create a
|
If you are using "debug" you may find it useful to create a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user