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:56:55 +0100 |
commit | f0c4389c43393bff404e581af1a51cbde86ad10b (patch) | |
tree | fe3b4f4158f613e42c8c5f048217d1ae7c4baebc /source4 | |
parent | f8fb24a4fcd882330ff0f8183c1838404d9b9558 (diff) | |
download | samba-netlogon-7.tar.gz samba-netlogon-7.tar.bz2 samba-netlogon-7.zip |
s4:torture/cldap: Fix a typonetlogon-7
Diffstat (limited to 'source4')
-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); |