EXCLUDE

This statement excludes a user or predefined group of users from the list of who is allowed to use the feature. EXCLUDE supersedes INCLUDE; conflicts between the EXCLUDE list and the INCLUDE list are resolved by the EXCLUDE list taking precedence.

Usage

EXCLUDE feature type { name | group_name }

Term

Description

feature

Name of the feature being affected.

type

One of USER, HOST, DISPLAY, INTERNET, GROUP, or HOST_GROUP.

name

Name of an item of type type for which license usage is excluded.

group_name

Name of the group to exclude. Group names are case sensitive.

Example

This is how to exclude user frank from using feature f1:

EXCLUDE f1 USER frank

4/14/2014