Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
submit.cfg help requested
ChristianFracky
The following two entries in submit.cfg work on their own, but together, only the first entry is applied. Why is this? (TS 6.0, Win2k). I am looking to have all files in a workarea (under htdocs) properly permissioned so that after I submit to STAGING and create an edition, I want subsequent new workareas to be based on this EDITION, and have the proper permissions set.
Thx.
CASE-SENSITIVE = NO
RULES
{
^/default/main/zone
{
/htdocs/$ {owner=Administrator
group=ACME\TS_users
SetAccess = {Administrators:ALL
ACME\graphics:CHANGE,
ACME\developers:CHANGE,
everyone:READ}
}
{
\.(asp)$ {owner=Administrator
group=ACME\TS_users
SetAccess = {Administrators:ALL
ACME\graphics:CHANGE,
ACME\developers:CHANGE,
everyone:READ}
}
}
Find more posts tagged with
Comments
Nicholas
Refer following links, may be this will help you somewhere.
http://devnet.interwoven.com/site.fcgi/techlib/001762
http://devnet.interwoven.com/site.fcgi/techlib/001287
Thanks Nicholas