Hello,

I want to develope an application using kerberos for SSO.

So I thought it would be nice to use ApacheDS for this job, because it's a 
smaller system and could be versioned by SVN.

This howto draft is out of date:
http://cwiki.apache.org/DIRxSBOX/draft-apacheds-kerberos-principal-configuration.html

What I've to configure instead of this lines?
        --- SNIP ---
<bean id="kdcConfiguration" 
class="org.apache.directory.server.kerberos.kdc.KdcConfiguration">
  <!-- Whether to enable the Kerberos protocol.                           -->
  <property name="enabled" value="true" />
  <!-- The port to run the Kerberos protocol on.                          -->
  <property name="ipPort" value="88" />
</bean>
        --- SNAP ---
<bean 
class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
  <property name="name" value="keyDerivationService" />
  <property name="interceptor">
    <bean 
class="org.apache.directory.server.core.kerberos.KeyDerivationService" />
  </property>
</bean>
        --- SNIP ---

Taks a lot.

With regards,
        Michael Decker
--
Michael Decker

mobileX AG          Tel.: 089 / 54 24 33 - 14
Rottmannstr. 11     Fax:  089 / 54 24 33 - 55
80333 München       Web:  http://www.mobilexag.de 

Registergericht:   Amtsgericht München
Handelsregisternr: HRB 134850
Vorstand:          Hannes Heckner
Aufsichtsratvors.: Karl-Heinz Horrer
 

Reply via email to