diff options
| author | David Mulder <dmulder@suse.com> | 2021-04-28 10:32:44 -0600 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2021-04-29 22:27:20 +0000 |
| commit | fd28e8aeb422fa99e3ea7f13a75ea93b76320b48 (patch) | |
| tree | 43ab4bbe4533c7af0fb72476550d13da4dafa8db /python | |
| parent | 47d79d7e7e406f7dd204ded7c72cfed3e0761ad5 (diff) | |
| download | samba-fd28e8aeb422fa99e3ea7f13a75ea93b76320b48.tar.gz samba-fd28e8aeb422fa99e3ea7f13a75ea93b76320b48.tar.bz2 samba-fd28e8aeb422fa99e3ea7f13a75ea93b76320b48.zip | |
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
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/vgp_files_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
