Tamas Mate has uploaded a new patch set (#2). ( 
http://gerrit.cloudera.org:8080/16717 )

Change subject: IMPALA-10161: User LDAP Search bind support
......................................................................

IMPALA-10161: User LDAP Search bind support

This change adds Search Bind support next to simple bind, this lets
administrators to configure Impala to allow users to authenticate
from multiple organizational units.

As part of this change 3 new flags have been added:
 --ldap_search_bind: a flag to swap between simple and search bind
 --ldap_user_search_baseDN: the base DN for the LDAP Subtree to search
 --ldap_user_search_filter: LDAP filter to narrow down the search result

Tested:
 - Manually tested the authentication with on OpenLDAP
 - Added unit test

Change-Id: I978744ad05d9ef408328d1e4dd2d18c329f4d3b7
---
M be/src/util/ldap-util.cc
M be/src/util/ldap-util.h
M fe/src/test/java/org/apache/impala/customcluster/LdapImpalaShellTest.java
M fe/src/test/java/org/apache/impala/testutil/LdapUtil.java
M fe/src/test/resources/users.ldif
5 files changed, 160 insertions(+), 7 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I978744ad05d9ef408328d1e4dd2d18c329f4d3b7
Gerrit-Change-Number: 16717
Gerrit-PatchSet: 2
Gerrit-Owner: Tamas Mate <tm...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Thomas Tauber-Marshall <tmarsh...@cloudera.com>

Reply via email to