The Samba-Bugzilla – Attachment 6522 Details for
Bug 8063
cannot upgrade from a11 to a14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
First patch, fix the origin of refsddl
0001-s4-upgradeprovision-Fix-an-error-so-that-cursddl-and.patch (text/plain), 1.15 KB, created by
Matthieu Patou
on 2011-06-05 14:33:08 UTC
(
hide
)
Description:
First patch, fix the origin of refsddl
Filename:
MIME Type:
Creator:
Matthieu Patou
Created:
2011-06-05 14:33:08 UTC
Size:
1.15 KB
patch
obsolete
>From b76beaa311ef9b6fabb6c6d33a5f39e310b34d8a Mon Sep 17 00:00:00 2001 >From: Matthieu Patou <mat@matws.net> >Date: Sun, 5 Jun 2011 17:26:07 +0400 >Subject: [PATCH 1/2] s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the same > >Thanks to Dirk Paulli for pointing it with his bug report. >--- > source4/scripting/bin/upgradeprovision | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision >index e58a264..9d3b683 100755 >--- a/source4/scripting/bin/upgradeprovision >+++ b/source4/scripting/bin/upgradeprovision >@@ -905,7 +905,7 @@ def update_present(ref_samdb, samdb, basedn, listPresent, usns, invocationid): > cursddl = cursd.as_sddl(names.domainsid) > refsd = ndr_unpack(security.descriptor, > str(reference[0]["nTSecurityDescriptor"])) >- refsddl = cursd.as_sddl(names.domainsid) >+ refsddl = refsd.as_sddl(names.domainsid) > > if get_diff_sddls(refsddl, cursddl) == "": > message(CHANGE, "sd are identical") >-- >1.7.4.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
Actions:
View
Attachments on
bug 8063
:
6436
|
6501
|
6514
|
6517
|
6518
|
6521
| 6522 |
6523
|
6564
|
6566