6.2.6.11 INCLUDEALL
INCLUDEALL [user|host|group|host_group|internet] <who>
The INCLUDEALL line grants all privileges 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 on the INCLUDEALL list is not allowed to use a capability controlled by any privilege.
Portions of the INTERNET address can be specified with a '*' which matches any address, e.g., 172.16.7.*
Example granting all privileges to the user group “admins”:
INCLUDEALL group admins
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.
