From directory-dev-return-4880-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Sat Mar 12 17:34:50 2005 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 15644 invoked from network); 12 Mar 2005 17:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Mar 2005 17:34:50 -0000 Received: (qmail 38667 invoked by uid 500); 12 Mar 2005 17:34:49 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 38534 invoked by uid 500); 12 Mar 2005 17:34:48 -0000 Mailing-List: contact directory-dev-help@incubator.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 directory-dev@incubator.apache.org Received: (qmail 38521 invoked by uid 99); 12 Mar 2005 17:34:48 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.67 as permitted sender) Received: from imf19aec.mail.bellsouth.net (HELO imf19aec.mail.bellsouth.net) (205.152.59.67) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 12 Mar 2005 09:34:47 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf19aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20050312173445.SWWE5764.imf19aec.mail.bellsouth.net@[172.16.1.7]> for ; Sat, 12 Mar 2005 12:34:45 -0500 Message-ID: <42332834.90805@bellsouth.net> Date: Sat, 12 Mar 2005 12:34:44 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: [kerberos] A couple references to sun. classes no logner found in JDK 1.5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Enrique, Could you take a look at KdcLoginModule and see what it would take to make it not reference some sun. classes. I think some signatures disappeared in JDK 1.5 and is causing the build to fail on 1.5. Here are the two offending lines: line no: 74 EncryptionKey encKey = new EncryptionKey(key.getEncoded()); 75 76 credential = Credentials.acquireTGT(principalName, encKey); These are in o.a.k.kdc.jaas.KdcLoginModule. I'd massage them over myself but I did not know what I could use in their stead. Thanks, Alex