David Pankros wrote:
Well, I discovered the problem after a day's (daze?) worth of searching
through the security documentation and javadocs.  I'm replying to the list
in the hope that if anyone else has the same issue that they can resolve it
with a search, rather than brute force.

It seems Ate wrote a special login module for JBoss with resolves the
issues.  Thus, the following change to login-config.xml fixes the issue:

    <application-policy name="Jetspeed">
      <authentication>
        <login-module
code="org.apache.jetspeed.security.impl.ext.JBossLoginModule"
flag="required">
        </login-module>
      </authentication>
    </application-policy>

Dave

Ate is on vacation or Im sure he would have jumped in here
Sorry I need to pay more attention to JBoss issues, but I don't use it
Thanks for sharing that

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to