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 405CA200AF5 for ; Thu, 2 Jun 2016 10:44:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FBEA160A50; Thu, 2 Jun 2016 08:44:01 +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 84C8A160A3E for ; Thu, 2 Jun 2016 10:44:00 +0200 (CEST) Received: (qmail 71843 invoked by uid 500); 2 Jun 2016 08:43:59 -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 71583 invoked by uid 99); 2 Jun 2016 08:43:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 08:43:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 524F32C1F69 for ; Thu, 2 Jun 2016 08:43:59 +0000 (UTC) Date: Thu, 2 Jun 2016 08:43:59 +0000 (UTC) From: "Andy B (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZOOKEEPER-2433) ZooKeeperSaslServer: allow user principals in subject MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 08:44:01 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy B updated ZOOKEEPER-2433: ------------------------------ Description: The createSaslServer function in ZooKeeperSaslServer handles only service principal names (eg. *service_name/machine_name@realm*), though sometimes user/service principal names without host name (eg. service_name@realm) are used for authentication. was: The createSaslServer function in ZooKeeperSaslServer handles only service principal names (eg. service_name/machine_name@realm), though sometimes user/service principal names without host name (eg. service_name@realm) are used for authentication. > ZooKeeperSaslServer: allow user principals in subject > ----------------------------------------------------- > > Key: ZOOKEEPER-2433 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2433 > Project: ZooKeeper > Issue Type: Improvement > Components: security > Affects Versions: 3.5.1 > Reporter: Andy B > Assignee: Andy B > Labels: easyfix > Fix For: 3.5.2, 3.6.0 > > Attachments: ZOOKEEPER-2433.patch > > Original Estimate: 5h > Remaining Estimate: 5h > > The createSaslServer function in ZooKeeperSaslServer handles only service principal names (eg. *service_name/machine_name@realm*), though sometimes user/service principal names without host name (eg. service_name@realm) are used for authentication. -- This message was sent by Atlassian JIRA (v6.3.4#6332)