Univention Bugzilla – Attachment 8290 Details for
Bug 43126
samba-tool dbcheck --fix fails: "Attribute member already deleted for target GUID" (4.2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use-DSDB_CONTROL_REPLMD_VANISH_LINKS-control-in-dbchecker-err_incorrect_dn_GUID.diff
use-DSDB_CONTROL_REPLMD_VANISH_LINKS-control-in-dbchecker-err_incorrect_dn_GUID.diff (text/plain), 676 bytes, created by
Arvid Requate
on 2016-12-06 20:39:11 CET
(
hide
)
Description:
use-DSDB_CONTROL_REPLMD_VANISH_LINKS-control-in-dbchecker-err_incorrect_dn_GUID.diff
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-12-06 20:39:11 CET
Size:
676 bytes
patch
obsolete
>--- /usr/share/pyshared/samba/dbchecker.py 2016-11-07 08:15:21.000000000 +0100 >+++ ./dbchecker.py 2015-11-24 18:33:00.601697000 +0100 >@@ -546,7 +546,8 @@ > m['old_value'] = ldb.MessageElement(val, ldb.FLAG_MOD_DELETE, attrname) > m['new_value'] = ldb.MessageElement(str(dsdb_dn), ldb.FLAG_MOD_ADD, attrname) > >- if self.do_modify(m, ["show_recycled:1"], >+ if self.do_modify(m, ["show_recycled:1", >+ "local_oid:%s:0" % dsdb.DSDB_CONTROL_REPLMD_VANISH_LINKS], > "Failed to fix %s on attribute %s" % (errstr, attrname)): > self.report("Fixed %s on attribute %s" % (errstr, attrname)) >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43126
:
8290