diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-01 10:24:43 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-05 20:59:34 +0100 |
commit | 97f1e6a978661e8b2218a0a1a85a06eb7377e38f (patch) | |
tree | fe3b4f4158f613e42c8c5f048217d1ae7c4baebc | |
parent | e0ba3735e9f43a4e8764d2a0e2d170bd6699ef1d (diff) | |
download | samba-97f1e6a978661e8b2218a0a1a85a06eb7377e38f.tar.gz samba-97f1e6a978661e8b2218a0a1a85a06eb7377e38f.tar.bz2 samba-97f1e6a978661e8b2218a0a1a85a06eb7377e38f.zip |
s4:torture/cldap: Fix a typo
-rw-r--r-- | source4/torture/ldap/cldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c index 90c11958eb..6a925cf454 100644 --- a/source4/torture/ldap/cldap.c +++ b/source4/torture/ldap/cldap.c @@ -136,7 +136,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); |