1 Reply Latest reply on Sep 17, 2003 3:50 PM by pharaohh

    Where should auth.conf be located...

    aparaapara

      I am reading JBOSS Administration and Development manual which talks about modifying configuration file at conf/default/auth.conf . But no such file exists in my deployment.

      Where should I create it? Can I deploy it with my .ear? If so, where in the .ear should it go?

      Also, if I write my custom login module, can I just add it to my .ear packaged as a .jar and then use ProxyLoginModule to access it?

      Thanks.

        • 1. Re: Where should auth.conf be located...
          pharaohh

          auth.conf is there for backwards compatibility.

          Don't use it if you're working from scratch. Instead use the server//conf/login-config.xml

          Read the AdminDevel Docs section "An XML JAAS Login Configuration MBean" to understand how to edit the file.

          Further down, in "Using and Writing JBossSX Login Modules" you'll find the IdentityLoginModule section covers the similarities between the old files and the new xml config way.

          Les