s4/script/samba_upgradeprovision: remove duplicate (contradictory) dict key
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Oct 2018 04:40:25 +0000 (17:40 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 12 Oct 2018 02:16:21 +0000 (04:16 +0200)
The second, winning, entry says '"defaultSecurityDescriptor": replace + add'

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
source4/scripting/bin/samba_upgradeprovision

index 7274dddaedceb3ec18635f6a21897a8bdcfe7935..db393ef7754f03cc2a199f52031b3878a5cb14f3 100755 (executable)
@@ -124,7 +124,6 @@ hashOverwrittenAtt = {  "prefixMap": replace, "systemMayContain": replace,
                         "description":replace, "operatingSystemVersion":replace,
                         "adminPropertyPages":replace, "groupType":replace,
                         "wellKnownObjects":replace, "privilege":never,
-                        "defaultSecurityDescriptor": replace,
                         "rIDAvailablePool": never,
                         "versionNumber" : add,
                         "rIDNextRID": add, "rIDUsedPool": never,