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

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 7/17/2006
 


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

Reply via email to