Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05B4F172BC for ; Tue, 27 Jan 2015 22:03:35 +0000 (UTC) Received: (qmail 35039 invoked by uid 500); 27 Jan 2015 22:03:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 34990 invoked by uid 500); 27 Jan 2015 22:03:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 34978 invoked by uid 99); 27 Jan 2015 22:03:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 22:03:35 +0000 Date: Tue, 27 Jan 2015 22:03:35 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10626) Limit Returning Attributes for LDAP search MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294271#comment-14294271 ] Hudson commented on HADOOP-10626: --------------------------------- FAILURE: Integrated in Hadoop-trunk-Commit #6942 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6942/]) HADOOP-10626. Limit Returning Attributes for LDAP search. Contributed by Jason Hubbard. (atm: rev 8bf6f0b70396e8f2d3b37e6da194b19f357e846a) * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java * hadoop-common-project/hadoop-common/CHANGES.txt > Limit Returning Attributes for LDAP search > ------------------------------------------ > > Key: HADOOP-10626 > URL: https://issues.apache.org/jira/browse/HADOOP-10626 > Project: Hadoop Common > Issue Type: Improvement > Components: security > Affects Versions: 2.3.0 > Reporter: Jason Hubbard > Assignee: Jason Hubbard > Labels: easyfix, newbie, performance > Fix For: 2.7.0 > > Attachments: HADOOP-10626.patch, HADOOP-10626.patch > > > When using Hadoop Ldap Group mappings in an enterprise environment, searching groups and returning all members can take a long time causing a timeout. This causes not all groups to be returned for a user. Because the first search only searches for the user dn and the second search retrieves the group member attribute, we only need to return the group member attribute on the search speeding up the search. -- This message was sent by Atlassian JIRA (v6.3.4#6332)