The Samba-Bugzilla – Attachment 8525 Details for
Bug 9267
Can't delegate adding computers to domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
samba_upgradeprovision test patch
tmp.diff (text/plain), 1.37 KB, created by
Stefan Metzmacher
on 2013-02-01 16:47:17 UTC
(
hide
)
Description:
samba_upgradeprovision test patch
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2013-02-01 16:47:17 UTC
Size:
1.37 KB
patch
obsolete
>From eee32cf9683dd60e5883826926913433dab87cb7 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Fri, 1 Feb 2013 10:27:19 +0100 >Subject: [PATCH] TODO: samba_upgradeprovision: do not overwrite changed > nTSecurityDescriptor values > >--- > source4/scripting/bin/samba_upgradeprovision | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision >index e2c57f2..a3b7002 100755 >--- a/source4/scripting/bin/samba_upgradeprovision >+++ b/source4/scripting/bin/samba_upgradeprovision >@@ -987,6 +987,11 @@ def checkKeepAttributeWithMetadata(delta, att, message, reference, current, > "so it's impossible to know if the difference" > " cames from the modification or from a previous bug") > dnNotToRecalculate.append(str(dn)) >+ elif not usn_in_range(int(attrUSN), usns.get(attInvId)): >+ message(CHANGESD, "But the SD has been changed after the last " >+ "provision or upgradeprovision. Current " >+ "usn: %d. Doing nothing" % (attrUSN)) >+ dnNotToRecalculate.append(str(dn)) > else: > dnToRecalculate.append(str(dn)) > continue >-- >1.7.9.5 >
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 9267
:
8006
|
8007
|
8008
|
8043
|
8044
|
8045
|
8048
|
8504
|
8505
|
8516
|
8517
| 8525 |
8562