On Fri, Apr 12, 2013 at 9:13 PM, Wu, James C. <[email protected]> wrote:
> Hi, > > I am trying to override the simple LDAP authentication with a customer > external authentication source. After the external authentication > succeeds, I would like to insert the principal into the apacheds ldap > store. > > I do not want to bind to apacheds as admin in the simple authentication > module as it seems to be absurd because simple authentication module is > already within the server process, it should be able to made changes to > the ldap store directly. I don't want to by-pass all interceptors though, > because I want the kerberos keys to be generated automatically by the > kerberos key derivation service. > > Does anyone know how to do this? > just inject your custom authenticator and use the admin CoreSession from DirectoryService to inject the required entry after authentication succeeds > > Regards, > > James > > -- Kiran Ayyagari http://keydap.com
