The Samba-Bugzilla – Attachment 5396 Details for
Bug 7145
samba pdc with winbind has duplicate domain sam unix accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch by volker
patch-bug-7145-vl.patch (text/plain), 1.37 KB, created by
Michael Adam
on 2010-02-19 02:58:26 UTC
(
hide
)
Description:
patch by volker
Filename:
MIME Type:
Creator:
Michael Adam
Created:
2010-02-19 02:58:26 UTC
Size:
1.37 KB
patch
obsolete
> source3/winbindd/wb_next_grent.c | 5 +++++ > source3/winbindd/wb_next_pwent.c | 5 +++++ > 2 files changed, 10 insertions(+), 0 deletions(-) > >diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c >index 5f81bca..97e4f6b 100644 >--- a/source3/winbindd/wb_next_grent.c >+++ b/source3/winbindd/wb_next_grent.c >@@ -59,6 +59,11 @@ struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx, > state->gstate->domain = state->gstate->domain->next; > } > >+ if ((state->gstate->domain != NULL) >+ && sid_check_is_domain(&state->gstate->domain->sid)) { >+ state->gstate->domain = state->gstate->domain->next; >+ } >+ > if (state->gstate->domain == NULL) { > tevent_req_nterror(req, NT_STATUS_NO_MORE_ENTRIES); > return tevent_req_post(req, ev); >diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c >index 25ab7b3..d2f810c 100644 >--- a/source3/winbindd/wb_next_pwent.c >+++ b/source3/winbindd/wb_next_pwent.c >@@ -55,6 +55,11 @@ struct tevent_req *wb_next_pwent_send(TALLOC_CTX *mem_ctx, > state->gstate->domain = state->gstate->domain->next; > } > >+ if ((state->gstate->domain != NULL) >+ && sid_check_is_domain(&state->gstate->domain->sid)) { >+ state->gstate->domain = state->gstate->domain->next; >+ } >+ > if (state->gstate->domain == NULL) { > tevent_req_nterror(req, NT_STATUS_NO_MORE_ENTRIES); > return tevent_req_post(req, ev);
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 7145
:
5365
| 5396