[opencms-dev] Permissions for a site in OpenCMS6beta1
Alexander Kandzior
alex at opencms.org
Sat Feb 26 08:31:39 CET 2005
Yes, it's something you can configure in the config file
opencms-workplace.xml.
Locate the node
<explorertype name="jsp" key="fileicon.jsp" icon="jsp.gif">
And change the <accesscontrol> subnode to:
<accesscontrol>
<accessentry principal="GROUP.Administrators"
permissions="+r+v+w+c"/>
<accessentry principal="GROUP.Projectmanagers"
permissions="+r+v+w+c"/>
<accessentry principal="GROUP.Users" permissions="+r+v+w+c"/>
</accesscontrol>
Compare this to the default values and I'm sure you get the idea.
BTW in this context "+c" means "allow to create", not "to control the
permissions".
Best Regards,
Alex.
Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com
> -----Original Message-----
> From: opencms-dev-bounces at opencms.org
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Marcus Redeker
> Sent: Friday, February 25, 2005 10:59 PM
> To: 'The OpenCms mailing list'
> Subject: AW: [opencms-dev] Permissions for a site in OpenCMS6beta1
>
> Thanks Alex,
>
> I think I will manage the permissions now.
> One more question:
>
> Is it possible to allow somebody to edit JSP's who is not an
> Administrator?
>
> Thanks,
>
> --Marcus
>
> > -----Ursprüngliche Nachricht-----
> > Von: opencms-dev-bounces at opencms.org
> > [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Alexander
> > Kandzior
> > Gesendet: Freitag, 25. Februar 2005 09:21
> > An: 'The OpenCms mailing list'
> > Betreff: RE: [opencms-dev] Permissions for a site in OpenCMS6beta1
> >
> > Marcus,
> >
> > In the Explorer go to the /sites/ folder.
> >
> > For each site folder (e.g. /sites/default/), repeat the following:
> >
> > Add an ACL for the "Users" Group where you just check the
> "Overwrite
> > Inherited" and "Inherit on Subfolders". Do the same for the
> > "Projectmanagers" Group.
> >
> > Now you have removed the default permissions granted on the root
> > folder for the sites. Please note: You have not denied the
> > permissions, you just removed to ones granted on the
> partent folder.
> > Of course you need to add new permissions for the groups
> that should
> > be able to access to sites now.
> >
> > Best Regards,
> > Alex.
> >
> > Alexander Kandzior
> > Alkacon Software - The OpenCms Experts http://www.alkacon.com
> >
>
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list To
> change your list options, or to unsubscribe from the list,
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>
More information about the opencms-dev
mailing list