You can find the schemas and description (*.xsd, *.xsd.html file) depending on the version you use @
http://repo2.maven.org/maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.2/ http://repo2.maven.org/maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.3/ http://repo2.maven.org/maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.4/ http://vm094.oxylos.org/mirror-maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.5-SNAPSHOT/ This may help using 'better' xml editor. Regards Felix David R Robison schrieb: > I have. I also tried to give the kdcServer an Id and reference it in the > apacheDS element: > > <kdcServer id="kdcServer"> > <tcpTransport> > <tcpTransport port="88" nbThreads="4" backLog="50"/> > </tcpTransport> > <udpTransport> > <udpTransport port="88" nbThreads="4" backLog="50"/> > </udpTransport> > <directoryService>#directoryService</directoryService> > </kdcServer> > ... > <apacheDS id="apacheDS" > synchPeriodMillis="15000" > allowAnonymousAccess="false"> > > <directoryService>#directoryService</directoryService> > <ldapService>#ldapService</ldapService> > <ldapsService>#ldapsService</ldapsService> > <kdcServer>#kdcServer</kdcServer> > <!-- We load the orci root context entry here --> > <ldifDirectory>../instances/default/conf/orciRoot.ldif</ldifDirectory> > </apacheDS> > > but then it complains that the kdcServer is not a valid property of the > apacheDS element. My guess is that the kdcServer needs to be references > somewhere else, but I'm not sure where. David > > Emmanuel Lecharny wrote: >> On Mon, Feb 23, 2009 at 5:11 PM, David R Robison >> <[email protected]> wrote: >> >>> I copied the following files to the lib directory of the DS install and >>> restarted the server. >>> bcprov-ext-jdk16-141.jar >>> bcprov-jdk16-141.jar >>> Things seem to run OK, but the Kerberos server still does not seem to >>> want >>> to start up. Here is the log. >>> >> >> Have you uncommented the kerberos part in the server.xml file ? >> >> <!-- >> +============================================================+ >> | Kerberos server configuration | >> +============================================================+ >> --> >> <!-- missing atou=users,dc=example,dc=com >> <--------------------- here, remove the starting comment >> <kdcServer> >> <tcpTransport> >> <tcpTransport port="60088" nbThreads="4" backLog="50"/> >> </tcpTransport> >> <udpTransport> >> <udpTransport port="60088" nbThreads="4" backLog="50"/> >> </udpTransport> >> <directoryService>#directoryService</directoryService> >> </kdcServer> >> --> >> >> I must tell you that the Kerberos server is really in an hazardous >> state, atm. It _may_ work, but there are no guarantee :/ >> >> >
