[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Apr 29 22:28:01 UTC 2021


The branch, master has been updated
       via  fd28e8aeb42 gpo: Correct name of files gpo
      from  47d79d7e7e4 s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fd28e8aeb422fa99e3ea7f13a75ea93b76320b48
Author: David Mulder <dmulder at suse.com>
Date:   Wed Apr 28 10:32:44 2021 -0600

    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 at suse.com>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Thu Apr 29 22:27:20 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 python/samba/vgp_files_ext.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

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:


-- 
Samba Shared Repository



More information about the samba-cvs mailing list