Home
TeamSite
Submit.cfg for Directories
sunil_j
Hi,
On a particular branch say Test, I have 2 workarea say "Library" and "Organization". I have mentioned group for sharing for Library workarea as "Lib" and "Organization" workarea as "org".
Under each workarea we have the entire website content. The web content is organized as
index.html
images\
organization\org12.html
library\lib234.html
Is there a way I can restrict users from the Lib group from modifying or adding files in the organization folder under any workarea?
Similarly how can I can restrict users from the org group from modifying or adding files in the library folder under any workarea?
I wanted to make use of Submit.cfg to enforce such security, but probably i am not able to achieve the right way.
Can someone help me in doing the same?
Here is the content of the submit.cfg that I am using.
CASE-SENSITIVE =NO
RULES
{
"."
{
/organization/$
{
group="hst-pcyuk02\\org"
setaccess={ everyone:r,"hst-pcyuk02\\org:r" }
}
/organization/.*\.html$
{
group="hst-pcyuk02\\org"
setaccess={everyone:r,"hst-pcyuk02\\org:r"}
}
/library/$
{
group="hst-pcyuk02\\lib"
setaccess={everyone:r,"hst-pcyuk02\\lib:r"}
}
/library/.*\.html$
{
group="hst-pcyuk02\\lib"
setaccess={everyone:r,"hst-pcyuk02\\lib:r"}
}
}
}
Find more posts tagged with
Comments
kailash1
Hi Sunil,
According to my knowledge submitfiltering is used during submissions. For you to to do what you intend you also have to use system level security permissions then users can modify thes files.
Regards
Kailash