Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59100110F6 for ; Mon, 7 Jul 2014 16:46:34 +0000 (UTC) Received: (qmail 48921 invoked by uid 500); 7 Jul 2014 16:46:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 48889 invoked by uid 500); 7 Jul 2014 16:46:34 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 48864 invoked by uid 99); 7 Jul 2014 16:46:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 16:46:34 +0000 Date: Mon, 7 Jul 2014 16:46:34 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-6397) Ambari 1.6.0 customized zookeeper keytab file not passed to zookeeper_jass.conf 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/AMBARI-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk resolved AMBARI-6397. ------------------------------------- Resolution: Fixed Committed to trunk > Ambari 1.6.0 customized zookeeper keytab file not passed to zookeeper_jass.conf > ------------------------------------------------------------------------------- > > Key: AMBARI-6397 > URL: https://issues.apache.org/jira/browse/AMBARI-6397 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 1.7.0 > > > PROBLEM: > Ambari 1.5.1 > In Kerberos wizard, if set keytab file for zookeeper to be a different file > other than zk.service.keytab, zookeeper_jaas.conf file not get updated with > the user defined keytab file name. > For example, if user chooses to use keytab file name aaaa.keytab, the > zookeeper_jaas.conf file is always set to zk.service.keytab > etc/zookeeper/conf/zookeeper_jaas.conf > Server > { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true > storeKey=true useTicketCache=false > keyTab="/etc/security/keytabs/zk.service.keytab" > principal="sc_zookeeper/va.neustar.com@KRBPROD.NEUSTAR.COM"; } > ; -- This message was sent by Atlassian JIRA (v6.2#6252)