mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
gpo: Apply Group Policy Monthly 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
63703c9a07
commit
1810e4f10c
@ -36,6 +36,7 @@ class gp_scripts_ext(gp_pol_ext):
|
||||
if gpo.file_sys_path:
|
||||
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\\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