diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-10-28 14:21:20 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-08 18:11:40 +0100 |
commit | ab704565d218e6858cce63cf61933515090f754a (patch) | |
tree | 626fc8800ce1cf66f25b21ea9bab7cd6b00f9bfe /source4/torture/wscript_build | |
parent | 420b47331adba8d7639488418149df5b47f8e8b3 (diff) | |
download | samba-ab704565d218e6858cce63cf61933515090f754a.tar.gz samba-ab704565d218e6858cce63cf61933515090f754a.tar.bz2 samba-ab704565d218e6858cce63cf61933515090f754a.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.
Diffstat (limited to 'source4/torture/wscript_build')
-rwxr-xr-x | source4/torture/wscript_build | 2 |
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, |