next up previous contents
Next: 8.6 Configuring RBAC Up: 8 Specification of Simplified Previous: 8.4 Syntax of section   Contents

Subsections

8.5 Declaring domain and role

8.5.1 declare domain

  1. Syntax
    domain domainname ;
  2. Meaning
    Declare domain. All configuration in a section is done for the domain declared by this statement. If domainname is global , configurations in the section is inherited by all other domains.
  3. Constraints
    Domain name must end with _t(excepting global).
    This statement can not be used twice in one section.

8.5.2 declare role

  1. Syntax
    role rolename ;
  2. Meaning
    Declare role. rolename is associated to user by using user statement as shown below.
  3. Constraints
    rolename must end with _r.



2006-02-27