JANUS DEFINEUSGROUP

From m204wiki
Revision as of 17:08, 28 February 2011 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<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" />

JANUS DEFINEUSGROUP command 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*