mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
gpo: Apply Group Policy Weekly Scripts
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
David Mulder
parent
7e5c842cba
commit
b30a604f73
@ -37,6 +37,7 @@ class gp_scripts_ext(gp_pol_ext):
|
||||
reg_key = 'Software\\Policies\\Samba\\Unix Settings'
|
||||
sections = { '%s\\Daily Scripts' % reg_key : '/etc/cron.daily',
|
||||
'%s\\Monthly Scripts' % reg_key : '/etc/cron.monthly',
|
||||
'%s\\Weekly Scripts' % reg_key : '/etc/cron.weekly',
|
||||
'%s\\Hourly Scripts' % reg_key : '/etc/cron.hourly' }
|
||||
self.gp_db.set_guid(gpo.name)
|
||||
pol_file = 'MACHINE/Registry.pol'
|
||||
|
Reference in New Issue
Block a user