From commits-return-12765-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Fri Mar 09 04:08:46 2007 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 34335 invoked from network); 9 Mar 2007 04:08:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 04:08:45 -0000 Received: (qmail 2970 invoked by uid 500); 9 Mar 2007 04:08:53 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 2920 invoked by uid 500); 9 Mar 2007 04:08:53 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 2909 invoked by uid 99); 9 Mar 2007 04:08:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 20:08:53 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 20:08:44 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 597721A983E; Thu, 8 Mar 2007 20:08:24 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r516287 - /directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml Date: Fri, 09 Mar 2007 04:08:24 -0000 To: commits@directory.apache.org From: erodriguez@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070309040824.597721A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: erodriguez Date: Thu Mar 8 20:08:23 2007 New Revision: 516287 URL: http://svn.apache.org/viewvc?view=rev&rev=516287 Log: Adding a dependency on kerberos-shared to the LDAP protocol provider. Kerberos support classes are required to initialize the server side of GSSAPI contexts without relying on external config or keytab files. We want to use Kerberos credentials stored in the DIT. Modified: directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml Modified: directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml?view=diff&rev=516287&r1=516286&r2=516287 ============================================================================== --- directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml (original) +++ directory/apacheds/branches/apacheds-sasl-branch/protocol-ldap/pom.xml Thu Mar 8 20:08:23 2007 @@ -21,6 +21,7 @@ org.apache.directory.shared shared-asn1-codec + 0.9.6-SNAPSHOT org.apache.mina @@ -29,6 +30,11 @@ org.apache.directory.server apacheds-core + ${pom.version} + + + org.apache.directory.server + apacheds-kerberos-shared ${pom.version}