To support location-based groups, a new optional element <locations>
should be added as a child to the <group>
element in the groups.xml file. The <locations>
element contains the list of locations that are mapped to a group.
To create location-based groups through the groups.xml file:
-
Open the TEXTML Administration perspective by clicking the
TEXTML Administration shortcut on the
tool bar. If the shortcut is not displayed, follow these steps:
-
Select
-
Click TEXTML
Administration.
-
Click OK.
-
In the TEXTML
Administration view, double-click the server. If your server is
not displayed in the view, you must add it to the view.
-
When the Connect as dialog
opens, type your username and password and click OK.
-
Double-click the name of your docbase to open a connection to
the Content Store.
-
Expand the Content Store's Repository node and browse to
/system/conf/ to locate the groups.xml file.
-
Right-click groups.xml
and select Check Out.
-
Open the file in an XML editor.
-
Under
<groups>
, enter
the <locations>
element, along with a
list of location names to any group of your preference. For example:
<groups>
<group name="System Administrators"/>
<group name="Guests"/>
<group name="Everyone"/>
<group name="Content Reviewers"/>
<locations>
<location name="IXIASOFT Montreal">
<location name="IXIASOFT Toronto">
</locations>
</groups>
The above example shows that all users in Ixiasoft Montreal
and Ixiasoft Toronto have access to the role of Content
Reviewers
.
-
Save, close, and check in the groups.xml file.
-
Inform users of the changes.
The changes will be applied automatically
once users close and then reopen their . Users can also apply the changes
without restarting their IXIASOFT CCMS Desktop by clicking
.