The Samba-Bugzilla – Attachment 3660 Details for
Bug 5806
idmap_adex not working with trusted domains
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Log the domains we add to our internal list
0001-idmap_adex-Add-log-messages-to-dc_add_domain-for-ea.patch (text/plain), 1.17 KB, created by
Gerald (Jerry) Carter (dead mail address)
on 2008-10-06 11:51:03 UTC
(
hide
)
Description:
Log the domains we add to our internal list
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2008-10-06 11:51:03 UTC
Size:
1.17 KB
patch
obsolete
>From e8f3a35193bcbdf69c5eebdac532cfaa7b44edc2 Mon Sep 17 00:00:00 2001 >From: Gerald (Jerry) Carter <jerry@samba.org> >Date: Mon, 6 Oct 2008 11:34:45 -0500 >Subject: [PATCH] idmap_adex: Add log messages to dc_add_domain for easier debugging. > >Part of continue work on BUG 5806. >--- > source/winbindd/idmap_adex/domain_util.c | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > >diff --git a/source/winbindd/idmap_adex/domain_util.c b/source/winbindd/idmap_adex/domain_util.c >index ab31cce..e9d4569 100644 >--- a/source/winbindd/idmap_adex/domain_util.c >+++ b/source/winbindd/idmap_adex/domain_util.c >@@ -49,6 +49,12 @@ static NTSTATUS dc_add_domain(const char *domain) > NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL; > struct dc_info *dc = NULL; > >+ if (!domain) { >+ return NT_STATUS_INVALID_PARAMETER; >+ } >+ >+ DEBUG(10,("dc_add_domain: Attempting to add domain %s\n", domain)); >+ > /* Check for duplicates */ > > dc = dc_list_head(); >@@ -73,6 +79,8 @@ static NTSTATUS dc_add_domain(const char *domain) > > nt_status = NT_STATUS_OK; > >+ DEBUG(5,("dc_add_domain: Successfully added %s\n", domain)); >+ > done: > if (!NT_STATUS_IS_OK(nt_status)) { > talloc_destroy(dc); >-- >1.5.4.3 >
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 5806
:
3653
|
3655
|
3656
| 3660 |
3661
|
3674