multitool reqmaster –acl –edit vob-selector
A replica’s access control list (ACL) contains a list of users at other sites who are allowed to
request mastership of branches and branch types mastered by that replica. To modify this file, you
must be VOB owner, root (on Linux® and the UNIX® system), a member of the DevOps Code ClearCase administrators group (on Windows), or
have write permissions on the ACL.
The vob-selector specifies
a VOB family, and the ACL for your current replica is changed.
An
access control list contains lines of the following form:
identity-specification access-level,...
identity-specification is one of
the following:
- Everyone
- Everyone in all domains.
- Domain:domain
- Everyone in the specified domain.
- Group:domain /group
- Everyone in the specified group in domain.
You can use a slash ( / ) or backslash ( \ ) between domain and group.
- User:domain /username
- A specific user in a particular domain. You can use a slash ( / )
or backslash ( \ ) between domain and username.
On Windows, domain is the name of a Windows
domain (for example, purpledoc). On Linux and the UNIX system, domain is an NIS domain
name (for example, purpledoc.com). If someone who can request mastership has user names in
multiple domains, you must specify all the identities in the ACL.
access-level is
one or more of the following:
- Read
- Allow read access on ACL
- Write
- Allow write access on ACL
- Change
- Allow requests for mastership
- Full
- Allow requests for mastership and read/write access on ACL
Separate multiple access levels with a comma and no white
space. The identity specification and associated access levels must appear
on the same line.
For example, the following ACL specifies that susan can
modify the ACL, and jcole and kumar can request mastership:
User:purpledoc.com/susan Read,Write
User:purpledoc/susan Read,Write
User:purpledoc.com/jcole Change
User:purpledoc/jcole Change
User:purpledoc.com/kumar Change
User:purpledoc/kumar Change
The following ACL gives msadm full permissions and
allows everyone to request mastership:
User:purpledoc.com/msadm Full
User:purpledoc/msadm Full
Everyone Change