If you try to modify one of the default PSML files provided with
Jetspeed, they are restricted to "owner only", so even admin can't
access these profiles.
If you want to change this behavior, you can modify the
definition of "owner only" to admin access privileges
by updating /WEB-INF/conf/security.xreg
and changing the "owner only" security definition to:

    <security-entry name="owner-only">
        <meta-info>
            <title>Owner-only</title>
            <description>Full access to the owner and admin</description>
        </meta-info>
        <access action="*">
            <allow-if-owner/>
        </access>
        <access action="*">
            <allow-if role="admin"/>
        </access>
    </security-entry>

This has the advantage of requiring no changes to the PSML files.

Alternatively, you can also create a new security entry suited to your
purpose and update your PSML files security settings to use your
new definition.

--
Rapha�l Luta - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -----Message d'origine-----
> De : Hassan GUERMOULE [mailto:[EMAIL PROTECTED]]
> Envoy� : jeudi 16 janvier 2003 17:21
> � : Jetspeed Users List
> Objet : admin security with PsmlBrowser
> 
> 
> 
> Hi
> 
> 
> I download the 2003/03/15 CVS and i have :
>                                                               
>               
>                                                               
>               
>                                                               
>               
>                                                               
>               
>                                                               
>               
>                                                               
>               
>                                                               
>               
>  "Sorry, you have no permission to see this portlet "         
>               
>                                                               
>               
>  When i want edit a default.psml with admin user logged in    
>               
>  has anyone tried this                                        
>               
>                                                               
>               
>  Hassan                                                       
>               
>                                                               
>               
>                                                               
>               
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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

Reply via email to