Previous Topic: Disable Security Category CheckingNext Topic: List Security Categories


Define a Security Category

Define a security category by defining a resource in the CATEGORY class. The following newres command defines a security category:

newres CATEGORY name

where name is the name of the security category.

To define the security category “Sales,” enter the following command:

newres CATEGORY Sales

To define the security categories “Sales” and “Accounts,” enter the following command:

newres CATEGORY (Sales,Accounts)