diff options
author | Matthieu Patou <mat@matws.net> | 2011-06-19 01:17:27 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-06-19 23:21:08 +0200 |
commit | 8a19e1ecfb716579e662d2d6b6bceeccbf7e7741 (patch) | |
tree | dc5c77b6c10e23633eba7af8de451fa2a4678569 /source4 | |
parent | 15637206b9b51fea31aa267244aeb386c1ba7676 (diff) | |
download | samba-8a19e1ecfb716579e662d2d6b6bceeccbf7e7741.tar.gz samba-8a19e1ecfb716579e662d2d6b6bceeccbf7e7741.tar.xz samba-8a19e1ecfb716579e662d2d6b6bceeccbf7e7741.zip |
s4-upgradeprovision: skip versionNumber, it's used by GPO
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 9bf09bd432e..45c14e0027b 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -113,6 +113,7 @@ hashOverwrittenAtt = { "prefixMap": replace, "systemMayContain": replace, "wellKnownObjects":replace, "privilege":never, "defaultSecurityDescriptor": replace, "rIDAvailablePool": never, + "versionNumber" : add, "rIDNextRID": add, "rIDUsedPool": never, "defaultSecurityDescriptor": replace + add, "isMemberOfPartialAttributeSet": delete, |