FreeBSD Bugzilla – Attachment 16507 Details for
Bug 30250
[PATCH] pam_opie makes authorization fail, despite correct OTP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pam_opie.diff
pam_opie.diff (text/plain), 772 bytes, created by
Gunnar Kreitz
on 2001-09-01 15:00:00 UTC
(
hide
)
Description:
pam_opie.diff
Filename:
MIME Type:
Creator:
Gunnar Kreitz
Created:
2001-09-01 15:00:00 UTC
Size:
772 bytes
patch
obsolete
>Index: pam_opie.c >=================================================================== >RCS file: /home/ncvs/src/lib/libpam/modules/pam_opie/pam_opie.c,v >retrieving revision 1.4 >diff -u -r1.4 pam_opie.c >--- pam_opie.c 2001/08/10 19:12:58 1.4 >+++ pam_opie.c 2001/08/30 15:47:15 >@@ -118,7 +118,8 @@ > * it expects. Thus we can't log an error and can only check for > * success or lack thereof. > */ >- PAM_RETURN(opieverify(&opie, resp) == 0 ? PAM_SUCCESS : PAM_AUTH_ERR); >+ retval = (opieverify(&opie, resp) == 0 ? PAM_SUCCESS : PAM_AUTH_ERR); >+ PAM_RETURN(retval); > } > > PAM_EXTERN int >@@ -126,7 +127,7 @@ > { > struct options options; > >- pam_std_option(&options, NULL, argc, argv); >+ pam_std_option(&options, other_options, argc, argv); > > PAM_LOG("Options processed");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30250
: 16507