1
0
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:
Simon Josefsson 2013-10-08 23:08:42 +02:00
parent 7f298d0db2
commit 4dbaf9e7c3

6
README
View File

@ -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.