From 2dc56d68faabea23d1a2677f404220339180ab1a Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 25 Jan 2010 03:17:29 +0200 Subject: s4/ldap: Test to expoit ldb_ildap bug in case of nested search requests Signed-off-by: Stefan Metzmacher --- source4/torture/ldap/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ldap/common.c') diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c index 4a2bc2e391..38911750e0 100644 --- a/source4/torture/ldap/common.c +++ b/source4/torture/ldap/common.c @@ -109,6 +109,7 @@ NTSTATUS torture_ldap_init(void) torture_suite_add_simple_test(suite, "CLDAP", torture_cldap); torture_suite_add_simple_test(suite, "SCHEMA", torture_ldap_schema); torture_suite_add_simple_test(suite, "UPTODATEVECTOR", torture_ldap_uptodatevector); + torture_suite_add_simple_test(suite, "NESTED-SEARCH", test_ldap_nested_search); suite->description = talloc_strdup(suite, "LDAP and CLDAP tests"); -- cgit