0 Replies Latest reply on Oct 6, 2004 1:52 PM by dozedoff

    Single sign-on using Krb5LoginModule

    dozedoff

      Has anyone had experience with implementing SSO with Kerberos?

      Running Windows Active Directory.
      Client machine on Windows XP.

      I've set up my client to login using Sun's Krb5LoginModule retreiving the principal from the cache and getting a ticket.

      Now to authenticate on the server side when my client wants to run an application, do I create a custom login module to do the authentication against the Active Directory? Is Krb5LoginModule still used for anything on the server?

      Pointers would be appreciated.