The Samba-Bugzilla – Attachment 11191 Details for
Bug 11081
Winbind INTERNAL ERROR Signal 11 periodically (not constantly)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cleanup patch for master
tmp.diff.txt (text/plain), 1.45 KB, created by
Stefan Metzmacher
on 2015-06-24 10:29:41 UTC
(
hide
)
Description:
Cleanup patch for master
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2015-06-24 10:29:41 UTC
Size:
1.45 KB
patch
obsolete
>From 47f8c252406f93be117ad3124ae1c31a58408094 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Wed, 24 Jun 2015 11:54:44 +0200 >Subject: [PATCH] s3:winbindd: remove unused argument 'server' from > winbind_samlogon_retry_loop() > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >--- > source3/winbindd/winbindd_pam.c | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c >index a274d4f..329db62 100644 >--- a/source3/winbindd/winbindd_pam.c >+++ b/source3/winbindd/winbindd_pam.c >@@ -1313,7 +1313,6 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx, > static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain, > TALLOC_CTX *mem_ctx, > uint32_t logon_parameters, >- const char *server, > const char *username, > const char *password, > const char *domainname, >@@ -1553,7 +1552,6 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(TALLOC_CTX *mem_ctx, > result = winbind_samlogon_retry_loop(domain, > mem_ctx, > 0, >- domain->dcname, > name_user, > pass, > name_domain, >@@ -1966,7 +1964,6 @@ NTSTATUS winbind_dual_SamLogon(struct winbindd_domain *domain, > result = winbind_samlogon_retry_loop(domain, > mem_ctx, > logon_parameters, >- domain->dcname, > name_user, > NULL, /* password */ > name_domain, >-- >1.9.1 >
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
Flags:
gd
:
review+
Actions:
View
Attachments on
bug 11081
:
10681
|
11188
|
11189
|
11190
| 11191