summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-28 14:21:20 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-10-29 11:31:15 +1300
commit2753e51ca6826ccfd0f7fba72295559011598e79 (patch)
tree00e559230e47a9dcf5ee24042265226133fa1e54 /source4/torture/wscript_build
parent32bacdb7bb5c4814e47c4ee794dd9e84c17ee9dc (diff)
downloadsamba-2753e51ca6826ccfd0f7fba72295559011598e79.tar.gz
samba-2753e51ca6826ccfd0f7fba72295559011598e79.tar.bz2
samba-2753e51ca6826ccfd0f7fba72295559011598e79.zip
s4: torture/ldap: Add test for netlogon over tcp
This patch moves the udp netlogon tests from cldap.c to netlogon.c and passes a generic netlogon-send function as parameter. Therefore a tcp replacement for cldap_netlogon is also added. The two variants tcp and udp are added as 2 new torture tests: ldap.netlogon-udp & ldap.netlogon-tcp Both tests succeed. Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/wscript_build')
-rwxr-xr-xsource4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index c3c997ada2..61c3a09148 100755
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -108,7 +108,7 @@ bld.SAMBA_MODULE('TORTURE_UNIX',
bld.SAMBA_MODULE('TORTURE_LDAP',
- source='ldap/common.c ldap/basic.c ldap/schema.c ldap/uptodatevector.c ldap/cldap.c ldap/cldapbench.c ldap/ldap_sort.c ldap/nested_search.c',
+ source='ldap/common.c ldap/basic.c ldap/schema.c ldap/uptodatevector.c ldap/cldap.c ldap/netlogon.c ldap/cldapbench.c ldap/ldap_sort.c ldap/nested_search.c',
subsystem='smbtorture',
deps='cli-ldap cli_cldap samdb POPT_CREDENTIALS torture ldbsamba',
internal_module=True,