1 Reply Latest reply on Feb 7, 2007 11:18 AM by jaikiran

    Problem :How to use own LoginModule in JBOSS

    murthy_j2ee

      Hi All,
      I wanted to do the authentication using Database.
      For this i am using rg.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database.
      Now the problem is i want to use my own LoginModule instead of org.jboss.security.auth.spi.DatabaseServerLoginModule. For this i have created one config file to locate my own LoginModule but it is not abled to find the config file even. But it was working fine under console application. How to configure it in jboss.

      please tell me where to find this
      org.jboss.security.auth.spi.DatabaseServerLoginModule class, if i can find the location i will place my LoginMoudle class file there.

      Thanks in Advance
      Murthy.