JANUS DEFINEUSGROUP

From m204wiki
Revision as of 18:31, 13 March 2013 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create a group of user IDs

This command creates a named group which contains any number of user IDs. The USGROUP can then be used to control web access or CLSOCK or DEBUGGERCLIENT access based on groups of users instead of individual user IDs.

Syntax

JANUS DEFINEUSGROUP groupname userid(s)

Where each parameter is positional and required:

groupname A 1 - 30 character name of the group with which user IDs are being associated for ALLOW and DISALLOW rules in JANUS WEB or JANUS CLSOCK commands.
user id(s) A list of Model 204 user IDs. User IDs may be wildcarded using the wildcard characters described at the beginning of the chapter.

DEFINEUSGROUP may be abbreviated DEFUSGROUP, DEFUSG, or DEFINEUSG.

The following command associates the user group name CLOWNS with the user ID MILKY and with all user IDs starting with BOZO:

JANUS DEFUSG CLOWNS MILKY BOZO*

See also