* Kevin Conner
> > Does not JBoss support the "unchecked" element in 
> > ejb-jar.xml/method-permission?
> 
> You still need to have a principal though.  Some login
> modules allow you to specify the principal that is used
> when unauthenticated access is requested.  If you don't
> specify this then all access must be authenticated.
> 
> Which modules are you using?

I guess I use the following one.

       <authentication>
          <login-module code = "org.jboss.security.auth.spi.UsersRolesLoginModule"
             flag = "required" />
       </authentication>
    </application-policy>

And I see from the doc that you can specify the following option:
unauthenticatedIdentity=name, but how do I put this one into the above
structure?

By the way, thanks a lot.

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to