From f5bbd11505522f43f784b2a91ba1ce8ee1f7c561 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 25 Jan 2008 13:56:52 +0000 Subject: [PATCH] Typo in r419 --- SRC/plugins/ldap/ldap.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SRC/plugins/ldap/ldap.c b/SRC/plugins/ldap/ldap.c index dcd52a9..bc5460e 100644 --- a/SRC/plugins/ldap/ldap.c +++ b/SRC/plugins/ldap/ldap.c @@ -126,9 +126,11 @@ start() * See #1879652 for why we use "dummystuff" and not "*" * */ - result = ldap_search_s(session, base, LDAP_SCOPE_ONELEVEL, "(objectClass=People)", NULL, /* Return + result = ldap_search_s(session, base, LDAP_SCOPE_ONELEVEL, "(objectClass=dummystuff)", NULL, /* Return * * all * - * attributes */ + * * + * attributes + */ 1, &response); if (result != 0) { err_quit