Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 36791 invoked from network); 1 Dec 2007 00:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2007 00:59:08 -0000 Received: (qmail 60277 invoked by uid 500); 1 Dec 2007 00:58:54 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 60178 invoked by uid 500); 1 Dec 2007 00:58:53 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 59576 invoked by uid 99); 1 Dec 2007 00:58:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 16:58:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2007 00:58:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6969071420B for ; Fri, 30 Nov 2007 16:58:43 -0800 (PST) Message-ID: <2280913.1196470723429.JavaMail.jira@brutus> Date: Fri, 30 Nov 2007 16:58:43 -0800 (PST) From: "Hairong Kuang (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2229) Provide a simple login implementation In-Reply-To: <11594693.1195499803203.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-2229: ---------------------------------- Status: Patch Available (was: Open) > Provide a simple login implementation > ------------------------------------- > > Key: HADOOP-2229 > URL: https://issues.apache.org/jira/browse/HADOOP-2229 > Project: Hadoop > Issue Type: New Feature > Affects Versions: 0.15.0 > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Hairong Kuang > Fix For: 0.16.0 > > Attachments: ugi.patch, ugi1.patch, ugi2.patch, ugi3.patch, ugi4.patch, ugi5.patch > > > Give a simple implementation of HADOOP-1701. Hadoop clients are assumed to be started within a Unix-like network which provides user and group management. This implementation read user information from the OS and send them to the NameNode in plaintexts through RPC (see also HADOOP-2184). NameNode trusts all information given and uses them for permission checking. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.