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 5FF97200B54 for ; Wed, 13 Jul 2016 11:40:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D020160A57; Wed, 13 Jul 2016 09:40:22 +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 CB832160A6E for ; Wed, 13 Jul 2016 11:40:21 +0200 (CEST) Received: (qmail 32727 invoked by uid 500); 13 Jul 2016 09:40:20 -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 32685 invoked by uid 99); 13 Jul 2016 09:40:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 09:40:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A4C372C02A6 for ; Wed, 13 Jul 2016 09:40:20 +0000 (UTC) Date: Wed, 13 Jul 2016 09:40:20 +0000 (UTC) From: "Griff James (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DIRKRB-595) Add mode to allow KerberosString's to contain UTF-8 for MSFT KDC interop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 09:40:22 -0000 Griff James created DIRKRB-595: ---------------------------------- Summary: Add mode to allow KerberosString's to contain UTF-8 for MSFT KDC interop Key: DIRKRB-595 URL: https://issues.apache.org/jira/browse/DIRKRB-595 Project: Directory Kerberos Issue Type: Improvement Components: changepw Affects Versions: 2.0.0-RC1 Reporter: Griff James By definition KerberosString's are supposed to be in the range 0x20-0x7F. MSFT's kerberos implementation breaks this rule and allows Kerberos strings to contain UTF-8 characters for I18n. Java's Kerberos implementation has MSFT compatibility mode which is enabled by setting the system property "sun.security.krb5.msinterop.kstring" to "true". This allows KerberosString's to contain UTF-8. The attached patch is a proposed change to add the same support to the kerberos-code jar to allow the change password protocol to work for users with UTF-8 chars in their principal name. -- This message was sent by Atlassian JIRA (v6.3.4#6332)