Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
tsgroups and submit .cfg
System
All,
I'm trying to set up Teamsite groups and use submit.cfg to set permissions on two different folders and the files in it.
The setup works using OS groups, but with TS groups it does not give me the desired outcome. Using setup given below all permissions are set to READ (iwglobal:RX) so both groups are having readonly access on both folders instead of just the one specified
My setup: (TeamSite 6.5 sp2 on Windows)
in tsgroups.xml I created:
a group name Support which has user A
a group name Channels which has user B
< iwgroup name="TS_Support" id="1" >
< user name="domain\a" > < /user >
< /iwgroup >
< iwgroup name="TS_Channels" id="2" >
< user name="domain\b" >< /user >
< /iwgroup >
in the file pattern section in submit.cfg I have the following:
/folder_a/.*$
{
owner=domain\tsteam
changeaccess = {
TS_Support:ALL
TS_Channels:READ
domain\tsteam:ALL
}
}
#User Manual section menu - editable by Channels
/folder_b/.*$
{
owner=domain\tsteam
changeaccess = {
TS_Support:READ
TS_Channels:ALL
domain\tsteam:ALL
}
}
I have tested the submit.cfg using iwtestcfg which gave the desired result.
It's annoying that you can not properly see the actual rights set as you can only see the iwglobal group in the properties or using iwattrib.
Are issues like this known using TS groups, or am I just overlooking something?
Appriciate any help.
Ron Warlich
Independend ICE
The Netherlands
Find more posts tagged with
Comments
There are no comments yet