From 191c8b508277d7886b9a961b8636c41fd84caa4f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 May 2005 02:03:47 +0000 Subject: r6694: a simple CLDAP torture test interestingly, w2k3 seems to have 4 different varients of the netlogon cldap response. We decode two of them so far. The other two are tricky as they aren't distinguished by a command code, they use the same command codes (0x13 and 0x17) but have quite a different format. Very strange! (This used to be commit 58f1c39282e281450fe94ceab7ca0a53ec7172e1) --- source4/torture/config.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index d22edc4bc2..128a5cafc9 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -163,9 +163,10 @@ ADD_OBJ_FILES = \ [SUBSYSTEM::TORTURE_LDAP] ADD_OBJ_FILES = \ torture/ldap/common.o \ - torture/ldap/basic.o + torture/ldap/basic.o \ + torture/ldap/cldap.o REQUIRED_SUBSYSTEMS = \ - LIBCLI_LDAP + LIBCLI_LDAP LIBCLI_CLDAP # End SUBSYSTEM TORTURE_LDAP ################################# -- cgit