Mark Wilcox wrote:
Is there a Wiki page or URL (or a simple mail message :)) -- to show
how to enable the Kerberos service provider? I want to minimic a dual
KDC setup (this is common in Active Directory implementations in
higher ed where you have one AD tree for students and another for
staff). ApacheDS seems to be the simplest approach.
But I can't seem to find any docs on how to actually enable the
Kerberos service provider.
Sorry, no wiki page.
To configure the Apache Kerberos provider, set these env props:
* server.enable.kerberos = true
* kdc.store.searchbase = DN for users, eg: ou=Users,dc=example,dc=com
Enrique
I'm using the .9 release of ApacheDS.
thanks in advance,
Mark