On Tue, Aug 12, 2008 at 7:59 PM, Rodrigo Ipince <[EMAIL PROTECTED]> wrote:
> Hi, > > I'm looking for a tool on which to test my Kerberos application (in Java). > I > need a completely embeddable KDC that I can set up for a test, run some > auth > tests, and then tear it down. It seems ApacheDS is the best choice, but I > can't find any instructions on how to do this. > > Can someone point me out in the right direction? The available > documentation > seems outdated and deals only with LDAP stuff (of which I know nothing > about). Any help is greatly appreciated. > Your best bet is to take a look at the various unit tests and integration tests that exists for the KDC. That will show you how to embed it. Check in the protocol-kerberos module specifically. Alex -- Microsoft gives you Windows, Linux gives you the whole house ...
