region = { ( [username[ username... |] | [group:groupname] [group:groupname] ... | %DEFAULT% ) }
where:Each line must start with the name of a region that is defined in the Rational ClearCase registry to which the host is assigned, and can contain the names of one or more users or groups that are authorized to connect to the host. You can optionally specify a default region to which all users not otherwise specified will be mapped.
All characters on a line after a # character are regarded as comments. Newlines are ignored
# Users in the group 'internal-dev' have access to VOBs that have tags in the 'corp-internal' region
corp-internal = { group:internal-dev }
#Users in the group 'contractors' a have access to VOBs that have tags in the 'corp-external' region
corp-external = { group:contractors }
# Users 'bill' and 'ted' have access to VOBs that have tags in the 'corp-external' region
corp-external = { bill ted }
# Any user or group not specified in another line has access to VOBs that have tags in the 'corp-internal' region
corp-internal = { %DEFAULT% }