Hi,
I've defined a new security entry in my security.xreg file :
<security-entry name="progi-Only">
<meta-info>
<title>progi-Only</title>
<description>Full access to user with the PROGI or admin
role.</description>
</meta-info>
<access action="*">
<allow-if role="admin"
xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance";xsi:type
="java:org.apache.jetspeed.om.registry.base.BaseSecurityAllow"/>
</access>
<access action="*">
<allow-if role="PROGI"
xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance";xsi:type
="java:org.apache.jetspeed.om.registry.base.BaseSecurityAllow"/>
</access>
</security-entry>
This security entry is not referenced for the moment in my .psml or .xreg
files.
The PROGI role and one user with this role have also been created .
However when I log as admin I cannot have access any more to the admin
portlets which are referenced by the <security-ref parent="admin-only"/>
(!!?)
I don't understand this behavior.
Any idea?
Thx.
Jetspeed 1.4b3
Tomcat 4.1.18
Windows 2000
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]