Dworkin, Marc wrote:
Hi,

I am trying to install Jetspeed2 on top of tomcat 5.0.  I have a JAAS
Realm set up in tomcat which authenticates users and populates roles off
an LDAP directory.  I am using the SingleSignOn Valve so this
authentication works across webapps.  I would like this to work for
jetspeed as well.  Query: Can it?

When I try having jetspeed use my JAAS Login Module I get the following
error:

        type Status report
        
        message SecurityConstraintsImpl.checkConstraints(): Access for
view not permitted.
        
        description Access to the specified resource
(SecurityConstraintsImpl.checkConstraints(): Access for view not
permitted.) has been forbidden.

see

http://issues.apache.org/jira/browse/JS2-205

Did you try removing Jetspeed's JAAS component?

<!-- Security: Authorization Provider -->
<!--
<bean id="org.apache.jetspeed.security.AuthorizationProvider"
class="org.apache.jetspeed.security.impl.AuthorizationProviderImpl"

<constructor-arg ><ref bean="org.apache.jetspeed.security.impl.RdbmsPolicy"/></constructor-arg>
</bean>
-->


--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

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



Reply via email to