summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/common.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-01-25 03:17:29 +0200
committerStefan Metzmacher <metze@samba.org>2010-01-29 14:09:53 +0100
commit2dc56d68faabea23d1a2677f404220339180ab1a (patch)
tree82593c20ef1efe8e43344b1f6cb1cbf89a088eca /source4/torture/ldap/common.c
parenta4d0ed5a1027f4cb58732c78cb63464dbf9cc287 (diff)
downloadsamba-2dc56d68faabea23d1a2677f404220339180ab1a.tar.gz
samba-2dc56d68faabea23d1a2677f404220339180ab1a.tar.bz2
samba-2dc56d68faabea23d1a2677f404220339180ab1a.zip
s4/ldap: Test to expoit ldb_ildap bug in case of nested search requests
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/ldap/common.c')
-rw-r--r--source4/torture/ldap/common.c1
1 files changed, 1 insertions, 0 deletions
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");