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 09BA3200B30 for ; Mon, 4 Jul 2016 13:36:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08175160A72; Mon, 4 Jul 2016 11:36:13 +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 77CF6160A55 for ; Mon, 4 Jul 2016 13:36:12 +0200 (CEST) Received: (qmail 1020 invoked by uid 500); 4 Jul 2016 11:36:11 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 997 invoked by uid 99); 4 Jul 2016 11:36:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 11:36:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3B1822C02AA for ; Mon, 4 Jul 2016 11:36:11 +0000 (UTC) Date: Mon, 4 Jul 2016 11:36:11 +0000 (UTC) From: "Colm O hEigeartaigh (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRKRB-591) Add the KerberosTicket to subject's private credentials in TokenAuthLoginModule MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Jul 2016 11:36:13 -0000 [ https://issues.apache.org/jira/browse/DIRKRB-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15361195#comment-15361195 ] Colm O hEigeartaigh commented on DIRKRB-591: -------------------------------------------- Thanks, it's working fine now. > Add the KerberosTicket to subject's private credentials in TokenAuthLoginModule > ------------------------------------------------------------------------------- > > Key: DIRKRB-591 > URL: https://issues.apache.org/jira/browse/DIRKRB-591 > Project: Directory Kerberos > Issue Type: Bug > Reporter: Jiajia Li > Assignee: Jiajia Li > > Reported by Colm in mailing list > {noformat} > However, if I look at the existing TokenAuthLoginModule, it just adds the credential via: > subject.getPublicCredentials().add(krbToken); > It looks like GSS needs the TGT to be encoded in the Subject somehow? > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)