From dev-return-25590-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Jun 19 02:22:38 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 2256 invoked from network); 19 Jun 2008 02:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 02:22:37 -0000 Received: (qmail 33130 invoked by uid 500); 19 Jun 2008 02:22:38 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 33074 invoked by uid 500); 19 Jun 2008 02:22:38 -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 32996 invoked by uid 99); 19 Jun 2008 02:22:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 19:22:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 02:21:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24048234C14A for ; Wed, 18 Jun 2008 19:21:45 -0700 (PDT) Message-ID: <1956280602.1213842105146.JavaMail.jira@brutus> Date: Wed, 18 Jun 2008 19:21:45 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-898) Support Kerberos key provisioning (export) In-Reply-To: <9776287.1176100112463.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu updated DIRSERVER-898: ------------------------------------ Fix Version/s: (was: 1.5.3) 1.5.5 > Support Kerberos key provisioning (export) > ------------------------------------------ > > Key: DIRSERVER-898 > URL: https://issues.apache.org/jira/browse/DIRSERVER-898 > Project: Directory ApacheDS > Issue Type: New Feature > Components: core, kerberos > Reporter: Enrique Rodriguez > Assignee: Enrique Rodriguez > Fix For: 1.5.5 > > > Today we have no easy way to get Kerberos keys out of the directory. We should develop a client that uses LDAP to read keys from the directory and write them to a keytab file. Authentication and message privacy would use the SASL GSSAPI mechanism. > Additionally, to prevent a client from reading all the keys in the directory with a compromised administrative account, the server needs to generate a new random key on each read and increment the key version number (kvno). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.