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 B110391F7 for ; Mon, 5 Mar 2012 22:56:24 +0000 (UTC) Received: (qmail 33179 invoked by uid 500); 5 Mar 2012 22:56:24 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 33143 invoked by uid 500); 5 Mar 2012 22:56:24 -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 33135 invoked by uid 99); 5 Mar 2012 22:56:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 22:56:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 22:56:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D9979A47B for ; Mon, 5 Mar 2012 22:55:59 +0000 (UTC) Date: Mon, 5 Mar 2012 22:55:59 +0000 (UTC) From: "Jonathan Natkins (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1191999140.24412.1330988159892.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <893932067.3446.1330532037035.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-8121) Active Directory Group Mapping Service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-8121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Natkins updated HADOOP-8121: ------------------------------------- Attachment: HADOOP-8121.patch I've made the bulk of getGroups synchronized, to be thread-safe around a) the call to getDirContext(), as well as deal with the lack of thread-safety provided by the LdapCtx object (which underlies the DirContext). I've also added a warning suppression for the deprecated class (for some reason the deprecation warning doesn't show up in Eclipse for me. Hopefully this won't cause another compiler warning) The SearchControls object is now declared statically. > Active Directory Group Mapping Service > -------------------------------------- > > Key: HADOOP-8121 > URL: https://issues.apache.org/jira/browse/HADOOP-8121 > Project: Hadoop Common > Issue Type: New Feature > Components: security > Reporter: Jonathan Natkins > Assignee: Jonathan Natkins > Attachments: HADOOP-8121.patch, HADOOP-8121.patch, HADOOP-8121.patch, HADOOP-8121.patch > > > Planning on building a group mapping service that will go and talk directly to an Active Directory setup to get group memberships -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira