Hello Tamas Mate, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19442

to look at the new patch set (#2).

Change subject: IMPALA-11897: Fix default LDAP group search filter
......................................................................

IMPALA-11897: Fix default LDAP group search filter

When LDAP search bind authentication is enabled
(ldap_search_bind_authentication=true) and no custom user/group
filter is specified (ldap_user_filter and ldap_group_filter
flags are empty), then LDAP auth uses the default filters that
are defined for Active Directory.
However, due to a forgotten parenthesis, the following error
appeared in the log when trying to connect to AD:
"LDAP search failed with base DN=DC=qe-ad-1,DC=cloudera,DC=com and
filter=(&(objectClass=group)(member=CN=cm-admin,CN=Users,DC=qe-ad-1,
DC=cloudera,DC=com) : Bad search filter"
This commit fixes the incorrect group filter and solves the problem.

Tested manually with a custom build.

Change-Id: I3fb4e9d81b5f39b5887a296579d2a9f5199acb6d
---
M be/src/util/ldap-search-bind.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/19442/2
--
To view, visit http://gerrit.cloudera.org:8080/19442
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3fb4e9d81b5f39b5887a296579d2a9f5199acb6d
Gerrit-Change-Number: 19442
Gerrit-PatchSet: 2
Gerrit-Owner: Gergely Farkas <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Tamas Mate <[email protected]>

Reply via email to