Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 A7BCCC2B2 for ; Thu, 24 May 2012 00:27:41 +0000 (UTC) Received: (qmail 33555 invoked by uid 500); 24 May 2012 00:27:41 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 33477 invoked by uid 500); 24 May 2012 00:27:41 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 33400 invoked by uid 99); 24 May 2012 00:27:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 00:27:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id F3E34142826 for ; Thu, 24 May 2012 00:27:40 +0000 (UTC) Date: Thu, 24 May 2012 00:27:40 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <77223266.14127.1337819261003.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1823566536.13279.1337807261131.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3460) HttpFS proxyuser validation with Kerberos ON uses full principal name 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/HDFS-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282071#comment-13282071 ] Aaron T. Myers commented on HDFS-3460: -------------------------------------- The patch looks good to me. +1 pending Jenkins. Please unset the fix version until it's committed, and set the "target version" appropriately. > HttpFS proxyuser validation with Kerberos ON uses full principal name > --------------------------------------------------------------------- > > Key: HDFS-3460 > URL: https://issues.apache.org/jira/browse/HDFS-3460 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Reporter: Alejandro Abdelnur > Assignee: Alejandro Abdelnur > Priority: Critical > Fix For: 2.0.1-alpha > > Attachments: HDFS-3460.patch > > > The HttpFSServer.getEffectiveUser() method uses the principal name for proxy user verification. If the Kerberos is ON and the proxy user is a service principal (NAME/HOST) then the verification fails, instead the short name (just NAME) should be used. -- 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