I'm having a problem getting my submit filters to work. I've created a sub-branch called 'Training' under a parent branch called 'CorpIntranet'. I've tried touching a file under '/templatedata' and submitting it. However, the permissions on that file do seem to take effect. Below is a snippet from our submit.cfg file:
###################################
## Corp Intranet Training Branch ##
[^/]/CorpIntranet/Training/.
{
.
{
setaccess = {
"TSSERVER\\Administrator:ALL",
"TSSERVER\\Administrators:ALL",
"TSSERVER\\tsadmin:ALL",
"TSSERVER\\TSMaster:ALL",
"TSSERVER\\TSIntra-Training:CHANGE",
"TSSERVER\\TeamSite Web Preview:ALL"}
}
[/*]templatedata[/*].*
{
setaccess = {
"Everyone:Read",
"TSSERVER\\Administrator:ALL",
"TSSERVER\\Administrators:ALL",
"TSSERVER\\tsadmin:ALL",
"TSSERVER\\TSMaster:ALL",
"TSSERVER\\TSIntra-Training:CHANGE",
"TSSERVER\\IUSR_TSSERVER:CHANGE",
"TSSERVER\\TeamSite Web Preview:ALL" }
}
}
Any help would be greatly appreciated.
Thanks
Derek
Edited by seeDerekNow on 12/23/02 01:35 PM (server time).