6.2.6.10 INCLUDE

INCLUDE <privilege> [user|host|group|host_group|internet] <who> 
[id=nnn]

The INCLUDE line grants the specified privilege to a particular user, host, group, host_group, IP address, or project. If you specify group or host_group, it must be defined by a GROUP or HOST_GROUP line in the RLM options file. Anyone not specified by the INCLUDE line is not allowed access to the capabilities defined by privilege.

If specified, the id applies this option to the license with an id of “nnn”.

Portions of the INTERNET address can be specified with a '*' which matches any address, e.g., 172.16.7.*

Example granting the status privilege to the host group “engineers”:

INCLUDE status host_group corporate
Note: To use PROJECT the user needs to specify the project name in the environment variable RLM_PROJECT prior to starting RLM. To use INTERNET specify the internal (vs. external) IP address of the client machine.

For a list of the privileges available, see 6.2.6.1 RLM privileges controlled by the RLM options file above.