mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
Use more https.
This commit is contained in:
parent
7f298d0db2
commit
4dbaf9e7c3
6
README
6
README
@ -160,11 +160,11 @@ Supported PAM module parameters are:
|
||||
"url": specify the URL template to use, this is set by calling
|
||||
yubikey_client_set_url_template, which defaults to:
|
||||
|
||||
http://api.yubico.com/wsapi/verify?id=%d&otp=%s
|
||||
https://api.yubico.com/wsapi/verify?id=%d&otp=%s
|
||||
|
||||
or
|
||||
|
||||
http://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.
|
||||
|
||||
@ -324,7 +324,7 @@ including a work around [2] for ssh (Equivalent files could be created for
|
||||
other services). Systems in 'permissive' mode will generate AVC warnings but
|
||||
authentication will succeed.
|
||||
|
||||
[1] http://code.google.com/p/yubico-pam/issues/detail?id=43
|
||||
[1] https://code.google.com/p/yubico-pam/issues/detail?id=43
|
||||
[2] https://bugzilla.redhat.com/show_bug.cgi?id=841693#c3
|
||||
|
||||
To determine if you have SELinux enforcing or not run the 'sestatus' command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user