Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A78E5200B53 for ; Wed, 22 Jun 2016 00:12:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A5D52160A4F; Tue, 21 Jun 2016 22:12:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 22BC5160A63 for ; Wed, 22 Jun 2016 00:11:59 +0200 (CEST) Received: (qmail 54382 invoked by uid 500); 21 Jun 2016 22:11:58 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 53891 invoked by uid 99); 21 Jun 2016 22:11:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2016 22:11:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 541322C1F64 for ; Tue, 21 Jun 2016 22:11:58 +0000 (UTC) Date: Tue, 21 Jun 2016 22:11:58 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZOOKEEPER-1724) Support Kerberos authentication for non-SUN JDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Jun 2016 22:12:00 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated ZOOKEEPER-1724: ------------------------------------- Fix Version/s: (was: 3.5.2) 3.5.3 > Support Kerberos authentication for non-SUN JDK > ----------------------------------------------- > > Key: ZOOKEEPER-1724 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1724 > Project: ZooKeeper > Issue Type: Improvement > Affects Versions: 3.4.5, 3.4.6, 3.5.0 > Reporter: Bing Li > Assignee: Bing Li > Fix For: 3.6.0, 3.5.3 > > Attachments: ZOOKEEPER-1724.patch > > > Current class Login only support running with SUN JDK when Kerberos is enabled. In order to support alternative JDKs like IBM JDK which has different options supported by Krb5LoginModule, class Login should be changed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)