JANUS DEFINEUSGROUP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<p class="syntax"> JANUS DEFINEUSGROUP groupname userid(s) | <p class="syntax"> JANUS DEFINEUSGROUP groupname userid(s) | ||
</p> | </p> | ||
Where each parameter is positional and required: | Where each parameter is positional and required: |
Latest revision as of 18:31, 13 March 2013
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*