diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-01 10:24:43 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-08 04:37:47 +0100 |
commit | 1eeb6f776269bc53b3bfbe3dc70bb185ec788a8b (patch) | |
tree | 18c336dbbfc2692f15fa42c3670e6ec30a5ee81a | |
parent | 30e5a5c5bfd75303449956553b47b6cc82930291 (diff) | |
download | samba-1eeb6f776269bc53b3bfbe3dc70bb185ec788a8b.tar.gz samba-1eeb6f776269bc53b3bfbe3dc70bb185ec788a8b.tar.bz2 samba-1eeb6f776269bc53b3bfbe3dc70bb185ec788a8b.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 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); |