diff options
Diffstat (limited to 'patchsets/pam_skey/1.1.5/01_all_gentoo.patch')
-rw-r--r-- | patchsets/pam_skey/1.1.5/01_all_gentoo.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchsets/pam_skey/1.1.5/01_all_gentoo.patch b/patchsets/pam_skey/1.1.5/01_all_gentoo.patch index d9562c8..df0b5f9 100644 --- a/patchsets/pam_skey/1.1.5/01_all_gentoo.patch +++ b/patchsets/pam_skey/1.1.5/01_all_gentoo.patch @@ -161,10 +161,10 @@ + 5a. If an empty response is given, request the S/Key response again, + this time with input echoed. + 5b. If the response is a valid S/Key response, return PAM_SUCCESS. -+ Otherwise, return PAM_AUTHERR. ++ Otherwise, return PAM_AUTH_ERR. +6. If the response is a valid S/Key response, return PAM_SUCCESS. +7. Otherwise, if no_default_skey is enabled (the user specifically -+ requested "s/key" authentication), return PAM_AUTHERR. ++ requested "s/key" authentication), return PAM_AUTH_ERR. +8. Otherwise, store the response as the authentication token and + return PAM_IGNORE. + |