Bugzilla – Attachment 721 Details for
Bug 936
S/Key authentication fails if UsePAM=no
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for auth2-chall.c
openssh-3.9_p1-usepam.patch (text/plain), 679 bytes, created by
Ulrich Mueller
on 2004-09-28 16:24:52 AEST
(
hide
)
Description:
Proposed patch for auth2-chall.c
Filename:
MIME Type:
Creator:
Ulrich Mueller
Created:
2004-09-28 16:24:52 AEST
Size:
679 bytes
patch
obsolete
>--- auth2-chall.c~ 2004-06-15 02:28:25.000000000 +0200 >+++ auth2-chall.c 2004-09-26 17:35:21.502489043 +0200 >@@ -32,6 +32,10 @@ > #include "xmalloc.h" > #include "dispatch.h" > #include "log.h" >+#include "servconf.h" >+ >+/* import */ >+extern ServerOptions options; > > static int auth2_challenge_start(Authctxt *); > static int send_userauth_info_request(Authctxt *); >@@ -82,6 +86,11 @@ > if (strcmp(devs, "") == 0) { > buffer_init(&b); > for (i = 0; devices[i]; i++) { >+#ifdef USE_PAM >+ if (!options.use_pam && >+ strcmp(devices[i]->name, "pam") == 0) >+ continue; >+#endif > if (buffer_len(&b) > 0) > buffer_append(&b, ",", 1); > buffer_append(&b, devices[i]->name,
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 936
:
720
| 721 |
723
|
724
|
725
|
726