The Samba-Bugzilla – Attachment 12590 Details for
Bug 12297
samba-tool dbcheck --fix does not fix problem with Deleted Accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed WIP patch for master
0001-TODO-dsdb-When-collecting-tombstoned-links-to-expung.patch (text/plain), 1018 bytes, created by
Andrew Bartlett
on 2016-10-18 19:11:42 UTC
(
hide
)
Description:
Proposed WIP patch for master
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2016-10-18 19:11:42 UTC
Size:
1018 bytes
patch
obsolete
>From c1c3b8c14a0df0fed72b9c41afe56c4511b9a6b3 Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Wed, 19 Oct 2016 08:07:02 +1300 >Subject: [PATCH 1/2] TODO: dsdb: When collecting tombstoned links to expunge, > we need to set DSDB_SEARCH_SHOW_EXTENDED_DN > >Signed-off-by: Andrew Bartlett <abartlet@samba.org> >--- > source4/dsdb/kcc/garbage_collect_tombstones.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source4/dsdb/kcc/garbage_collect_tombstones.c b/source4/dsdb/kcc/garbage_collect_tombstones.c >index ad14d5e..4576d37 100644 >--- a/source4/dsdb/kcc/garbage_collect_tombstones.c >+++ b/source4/dsdb/kcc/garbage_collect_tombstones.c >@@ -68,6 +68,7 @@ static NTSTATUS garbage_collect_tombstones_part(TALLOC_CTX *mem_ctx, > ldb_dn_get_linearized(part->dn))); > > flags = DSDB_SEARCH_SHOW_RECYCLED | >+ DSDB_SEARCH_SHOW_EXTENDED_DN | > DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT | > DSDB_SEARCH_REVEAL_INTERNALS; > ret = dsdb_search(samdb, tmp_ctx, &res, part->dn, LDB_SCOPE_SUBTREE, >-- >2.7.4 >
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:
abartlet
:
review-
Actions:
View
Attachments on
bug 12297
:
12574
|
12590