gpo: Correct name of files gpo
authorDavid Mulder <dmulder@suse.com>
Wed, 28 Apr 2021 16:32:44 +0000 (10:32 -0600)
committerJeremy Allison <jra@samba.org>
Thu, 29 Apr 2021 22:27:20 +0000 (22:27 +0000)
This is important, since having the incorrect
name will prevent policies from removing
correctly on an unapply, or when the policy
is deleted from AD.

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Apr 29 22:27:20 UTC 2021 on sn-devel-184

python/samba/vgp_files_ext.py

index be1d8c9546670dcd1a0087cf694e9c77212992ed..7e992275b16d0ad62cdd4a25c1cfc6224595a548 100644 (file)
@@ -60,7 +60,7 @@ def stat_from_mode(mode):
 
 class vgp_files_ext(gp_xml_ext):
     def __str__(self):
-        return 'VGP/Unix Settings/Sudo Rights'
+        return 'VGP/Unix Settings/Files'
 
     def process_group_policy(self, deleted_gpo_list, changed_gpo_list):
         for guid, settings in deleted_gpo_list: