netcmd: Ignore rIDUsedPool attribute in offline domain backup test
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 26 May 2021 01:40:30 +0000 (13:40 +1200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 13 Jul 2021 12:31:15 +0000 (12:31 +0000)
commit00444ac64f5b9ece88a62100b9b98c6fe75f6a60
treed3820976e9d61de58b33dedc0cabd1c2bc003dcd
parent445fb770c77b488c3ff7e426d985206967f5d825
netcmd: Ignore rIDUsedPool attribute in offline domain backup test

The RID Set of the newly created DC account has all its values
initialised to zero. If the rIDUsedPool attribute was previously
non-zero, then the restore process will cause its value to change.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14669

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit 658e5a6cc20b57f48477affd370fe25458178b92)
python/samba/tests/domain_backup_offline.py