Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-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 9FDAE17A9F for ; Tue, 13 Jan 2015 08:54:34 +0000 (UTC) Received: (qmail 50723 invoked by uid 500); 13 Jan 2015 08:54:35 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 50610 invoked by uid 500); 13 Jan 2015 08:54:35 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 50336 invoked by uid 99); 13 Jan 2015 08:54:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 08:54:35 +0000 Date: Tue, 13 Jan 2015 08:54:35 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CONNECTORS-1103) Add Kerberos support for all connectors that currently use NTLM 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/CONNECTORS-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1103: ------------------------------------ Fix Version/s: (was: ManifoldCF next) ManifoldCF 2.1 ManifoldCF 1.9 Need to check on the status of kerberos support in httpcomponents/httpclient. > Add Kerberos support for all connectors that currently use NTLM > --------------------------------------------------------------- > > Key: CONNECTORS-1103 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1103 > Project: ManifoldCF > Issue Type: Improvement > Components: FileNet connector, LiveLink connector, RSS connector, SharePoint connector, Web connector > Affects Versions: ManifoldCF 1.7.2 > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: ManifoldCF 1.9, ManifoldCF 2.1 > > > You can solve your local ticket store by using LoginContext and appropriate keytabs. Obtain the GSSCredential and go. Every connection instance can act independently. Regardless of the OS. > If you cache the subject issued by the aforementioned LoginContext, you can always say: GssCredential#getRemainingLifetime or invoke a fresh LoginContext as you think fit. > Unfortunately, HTTPClient does not support direct use of GSSCredential and always assumes implicit credential. Fortunately, there are several ways to solve that problem too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)