From: David Mulder Date: Wed, 28 Apr 2021 16:32:44 +0000 (-0600) Subject: gpo: Correct name of files gpo X-Git-Tag: tevent-0.11.0~944 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd28e8aeb422fa99e3ea7f13a75ea93b76320b48;p=thirdparty%2Fsamba.git gpo: Correct name of files gpo 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 Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Apr 29 22:27:20 UTC 2021 on sn-devel-184 --- diff --git a/python/samba/vgp_files_ext.py b/python/samba/vgp_files_ext.py index be1d8c95466..7e992275b16 100644 --- a/python/samba/vgp_files_ext.py +++ b/python/samba/vgp_files_ext.py @@ -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: