1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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 <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
This commit is contained in:
David Mulder 2021-04-28 10:32:44 -06:00 committed by Jeremy Allison
parent 47d79d7e7e
commit fd28e8aeb4

View 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: