summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-01 10:24:43 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-11-11 23:00:54 +0100
commit32ee231da590d7b8aee74728a423b282ae845bce (patch)
tree89aef9ba71365b5767fe878df26b2670379122b5 /source4
parent490418d6363d2735cd1d801f7b2bb804eb85b197 (diff)
downloadsamba-32ee231da590d7b8aee74728a423b282ae845bce.tar.gz
samba-32ee231da590d7b8aee74728a423b282ae845bce.tar.xz
samba-32ee231da590d7b8aee74728a423b282ae845bce.zip
s4:torture/cldap: Fix a typo
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/ldap/cldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c
index fc8c337ff3..28859a544d 100644
--- a/source4/torture/ldap/cldap.c
+++ b/source4/torture/ldap/cldap.c
@@ -463,7 +463,7 @@ static bool test_cldap_generic(struct torture_context *tctx, const char *dest)
if (DEBUGLVL(3)) cldap_dump_results(&search);
printf("Testing objectClass=* and netlogon\n");
- search.in.filter = "(objectclass2=*)";
+ search.in.filter = "(objectclass=*)";
search.in.attributes = attrs3;
status = cldap_search(cldap, tctx, &search);