mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
e750e4a35f
Lays down a sysvol gpttmpl.inf with password policies, then runs the samba_gpoupdate command. Verifies policies are applied to the samdb. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
14 lines
254 B
Python
14 lines
254 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('TORTURE_GPO',
|
|
source='''
|
|
gpo.c
|
|
apply.c
|
|
''',
|
|
subsystem='smbtorture',
|
|
deps='torture samba-util-core ldb',
|
|
internal_module=True,
|
|
autoproto='proto.h',
|
|
init_function='torture_gpo_init'
|
|
)
|