1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-27 06:54:15 +01:00

Bug fix: pam_yubico doesn't check server signature

This commit is contained in:
dr8 2011-10-31 14:27:47 +00:00
parent 2f3d5e721c
commit 9e7746bc53

View File

@ -698,12 +698,6 @@ pam_sm_authenticate (pam_handle_t * pamh,
if (cfg->client_key)
{
ykclient_set_verify_signature (ykc, 1);
if (rc != YKCLIENT_OK)
{
DBG (("ykclient_set_verify_signature() failed (%d): %s", rc, ykclient_strerror (rc)));
retval = PAM_AUTHINFO_UNAVAIL;
goto done;
}
}
if (cfg->capath)