The Samba-Bugzilla – Attachment 2025 Details for
Bug 3916
pam_winbind 3.0.23 does not honour try_first_pass and use_first_pass parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
(text/plain), 524 bytes, created by
Katsuhiko Takahashi
on 2006-07-09 12:13:35 UTC
(
hide
)
Description:
Filename:
MIME Type:
Creator:
Katsuhiko Takahashi
Created:
2006-07-09 12:13:35 UTC
Size:
524 bytes
patch
obsolete
>diff -urN source/client.orig/client.c source/client/client.c >--- source/client.orig/client.c 2006-06-23 22:16:53.000000000 +0900 >+++ source/client/client.c 2006-07-10 00:59:21.000000000 +0900 >@@ -3064,7 +3064,7 @@ > return NULL; > > for (i = 0; commands[i].name; i++) >- if ((strncmp(commands[i].name, text, sp - buf) == 0) && (commands[i].name[sp - buf] == 0)) >+ if ((strncmp(commands[i].name, buf, sp - buf) == 0) && (commands[i].name[sp - buf] == 0)) > break; > if (commands[i].name == NULL) > return NULL;
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 Raw
Actions:
View
Attachments on
bug 3916
:
2025
|
2028
|
2029
|
2030