gpo: Initial commit for GPO work
authorLuke Morrison <luc785@hotmail.com>
Fri, 31 Jan 2014 00:27:05 +0000 (13:27 +1300)
committerGarming Sam <garming@samba.org>
Mon, 20 Nov 2017 20:41:14 +0000 (21:41 +0100)
commit5194cd4e8d9d0308775042eeba544a5ea0a927a0
tree8abc1401b5b40e447a937e26ce0d3235bfed202a
parent148b7ae707f31e221fef79e80ccda2663d5526ee
gpo: Initial commit for GPO work

Enclosed is my Summer of Code 2013 patch to have vital password GPO always applied to the Samba4 Domain Controller using a GPO update service.

To try it out "make -j" your samba with the patch, apply a security password GPO and see the difference in ~20 seconds. It also takes GPO hierarchy into account.

Split from "Initial commit for GPO work done by Luke Morrison" by David Mulder

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Luke Morrison <luke@hubtrek.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gpclass.py [new file with mode: 0644]
python/samba/samdb.py
source4/scripting/bin/samba_gpoupdate [new file with mode: 0755]