Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 D2C7C10DD2 for ; Wed, 26 Feb 2014 11:26:37 +0000 (UTC) Received: (qmail 4756 invoked by uid 500); 26 Feb 2014 11:26:33 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 2416 invoked by uid 500); 26 Feb 2014 11:26:23 -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 2351 invoked by uid 99); 26 Feb 2014 11:26:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 11:26:19 +0000 Date: Wed, 26 Feb 2014 11:26:19 +0000 (UTC) From: "Eirik Bjorsnos (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DIRKRB-100) Active Directory support for KdcConnection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eirik Bjorsnos created DIRKRB-100: ------------------------------------- Summary: Active Directory support for KdcConnection Key: DIRKRB-100 URL: https://issues.apache.org/jira/browse/DIRKRB-100 Project: Directory Kerberos Issue Type: Improvement Reporter: Eirik Bjorsnos Assignee: Emmanuel Lecharny I'm testing KdcConnection.getTgt() with Microsoft Active Directory. My first test failed with AD responding with first saying KRB5KRB_ERR_PREAUTH_REQUIRED (expected), then KRB5KRB_ERR_PREAUTH_FAILED (not expected). Since PREAUTH_FAILED is what you'll also get if your password is wrong, I enabled "Do not use pre authentication" for the account being tested and verified via kinit on OS X that no pre authentication was sent there. When testing getTgt with no preauth, I now get the following exception: Exception in thread "main" org.apache.directory.server.kerberos.changepwd.exceptions.ChangePasswordException: Request failed due to being malformed. at org.apache.directory.server.kerberos.protocol.codec.KerberosDecoder.decodeEncTgsRepPart(KerberosDecoder.java:684) at org.apache.directory.kerberos.client.KdcConnection._getTgt(KdcConnection.java:329) at org.apache.directory.kerberos.client.KdcConnection.getTgt(KdcConnection.java:181) at org.apache.directory.kerberos.client.KdcConnection.getTgt(KdcConnection.java:145) -- This message was sent by Atlassian JIRA (v6.1.5#6160)