JANUS DEFINEUSGROUP: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:JANUS DEFINEUSGROUP}} <span class="pageSubtitle"><section begin="desc" />DEFINEUSGROUP<section end="desc" /></span> This command creates a named group which con...") |
m (1 revision) |
(No difference)
|
Revision as of 17:13, 28 February 2011
<section begin="desc" />DEFINEUSGROUP<section end="desc" />
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 access based on user ID.
Syntax
<section begin="syntax" /> JANUS DEFINEUSGROUP groupname userid(s) <section end="syntax" />
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. |
The DEFINEUSGROUP command may be abbreviatedDEFUSGROUP
, DEFUSG
, orDEFINEUSG
.
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*