Author: akarasulu
Date: Wed Nov 3 18:37:29 2004
New Revision: 56555
Modified:
incubator/directory/kerberos/trunk/eve-kerberos/project.xml
Log:
tmp
Modified: incubator/directory/kerberos/trunk/eve-kerberos/project.xml
==============================================================================
--- incubator/directory/kerberos/trunk/eve-kerberos/project.xml (original)
+++ incubator/directory/kerberos/trunk/eve-kerberos/project.xml Wed Nov 3
18:37:29 2004
@@ -2,22 +2,18 @@
<project>
<extend>${basedir}/../project.xml</extend>
<pomVersion>1</pomVersion>
- <artifactId>kerberos</artifactId>
+ <artifactId>eve-kerberos-provider</artifactId>
<groupId>incubator-directory</groupId>
- <id>kerberos</id>
- <name>Apache Kerberos Server</name>
+ <id>eve-kerberos-provider</id>
+ <name>A JNDI provider for both Servers</name>
<package>org.apache.kerberos</package>
<currentVersion>SNAPSHOT</currentVersion>
<inceptionYear>2002</inceptionYear>
- <shortDescription>The Eve JNDI Provider</shortDescription>
+ <shortDescription>The Apache Eve (LDAP) and Kerberos
Server</shortDescription>
<description>
- Eve's backend subsystem is a JNDI Provider. The provider translates JNDI
- operations to backing store calls on Eve database partitions. Eve's
- database partitions may hang off of separate naming contexts. The provider
- uses the LDAP namespace but it is not intended to be an LDAP client. The
- provider may have to talk LDAP over the wire only when it needs to chase a
- referral to an LDAP server. In such cases, Eve may delegate LDAP client
- behavior to the SUN LDAP JNDI Provider.
+ The Apache Eve and Kerberos server's combined. The Kerberos server uses
+ Eve for its backing store. A special initial context factory is used
+ to start up both Eve and Kerberos.
</description>
<dependencies>
<dependency>
@@ -62,6 +58,11 @@
<artifactId>aspectjrt</artifactId>
<version>1.2</version>
<type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>incubator-directory</groupId>
+ <artifactId>kerberos</artifactId>
+ <version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>incubator-directory</groupId>