On Wed, Apr 7, 2010 at 1:26 AM, Stefan Seelmann <[email protected]> wrote:
> Andrew Wiley wrote: > > I'm wondering how I should go about enabling the Kerberos frontend in an > > embedded instance of ApacheDS. For LDAP, I just get an instance of > > LdapServer, but for Kerberos, it doesn't look like the process is as > simple. > > Do I need to add the protocol encoders manually, should I just alter the > > configuration somewhere, or am I completely wrong? > > Please take a look into the ServerAnnotationProcessor class, > createKdcServer() method [1]. > > Another option may be to use annotations to create the KDC server > instance (as well as the directory service and LDAP server) [2]. > > Just wondering, why is this implemented using annotations? It seems... strange. It works, but I'm just not sure why it was implemented this way. Thanks, Andrew Wiley
