1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source4/selftest/provisions/generalized-gpo-backup/README
Garming Sam a844137e68 tests/gpo: Add a backup for showing that GPO backup and restore works
This will be used to write a test in the coming patches.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-08-16 23:42:22 +02:00

20 lines
786 B
Plaintext

This backup was created by running:
1. samba-tool gpo backup {2F840485-D0DE-4201-A1AB-F49557E52C15} --generalize /tmp/entities
With a GPO built from Windows GPO editor, export it out.
2. Editing /tmp/entities to replace any domain information
Remove the domain specific file shares from the entity files.
3. samba-tool gpo restore backup_for_test /tmp/policy/{2F840485-D0DE-4201-A1AB-F49557E52C15} --entities /tmp/entities
We do the restore and backup again so that binary inconsistencies can be ironed out.
This is quite clearly the case with the Registry.pol file where Windows cannot seem to decide how to null-terminated strings.
4. samba-tool gpo backup {1E1DC8EA-390C-4800-B327-98B56A0AEA5D} --generalize
Export the GPO again in a more canonicalized form.