JANUS DELETEUSGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS DELETEUSGROUP}}
{{DISPLAYTITLE:JANUS DELETEUSGROUP}}
<span class="pageSubtitle"><section begin="desc" />DELETEUSGROUP<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Remove user group from system.<section end="desc" /></span>


This command deletes a previously created User Id grouping, as created by [[JANUS DEFINEIPGROUP]].


==Syntax==


This command deletes a previously created User Id grouping.
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS DELETEUSGROUP groupname
<p class="syntax"><section begin="syntax" /> JANUS DELETEUSGROUP groupname
<section end="syntax" /></p>
<section end="syntax" /></p>
Line 11: Line 11:
</p>
</p>


Where the single parameter is required:


Where the single parameter is required:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>groupname</th>
<tr><th>groupname</th>
<td>A 1 - 30 character name of the User Id group being deleted.
<td>A 1 - 30 character name of the User Id group being deleted.
</td></tr></table>
</td></tr>
</table>
 
The DELETEUSGROUP command may be abbreviated DELUSGROUP, DELUSG, and DELETEUSG, so
The DELETEUSGROUP command may be abbreviated DELUSGROUP, DELUSG, and DELETEUSG, so
<p class="code"> JANUS DELETEUSGROUP LEGAL*
<p class="code"> JANUS DELETEUSGROUP LEGAL*
</p>
</p>
deletes all user ID groups that begin with the characters "LEGAL".  
deletes all user ID groups that begin with the characters "LEGAL".  


The DELETEUSGROUP command will fail if there are active JANUS WEB rules that reference the User ID group. See for a discussion about removing rules. .im jandisp
The DELETEUSGROUP command will fail if there are active JANUS WEB rules that reference the User ID group. See for a discussion about removing rules. .im jandisp
See: [[List_of_Janus_commands|Janus command list]]


[[Category:Janus commands|JANUS DELETEUSGROUP]]
[[Category:Janus commands|JANUS DELETEUSGROUP]]
[[Category:Sirius commands]]
[[Category:Sirius commands|JANUS DELETEUSGROUP]]

Revision as of 20:47, 28 February 2011

<section begin="desc" />Remove user group from system.<section end="desc" />

This command deletes a previously created User Id grouping, as created by JANUS DEFINEIPGROUP.

Syntax

<section begin="syntax" /> JANUS DELETEUSGROUP groupname <section end="syntax" />

JANUS DELETEUSGROUP command.

Where the single parameter is required:

groupname A 1 - 30 character name of the User Id group being deleted.

The DELETEUSGROUP command may be abbreviated DELUSGROUP, DELUSG, and DELETEUSG, so

JANUS DELETEUSGROUP LEGAL*

deletes all user ID groups that begin with the characters "LEGAL".

The DELETEUSGROUP command will fail if there are active JANUS WEB rules that reference the User ID group. See for a discussion about removing rules. .im jandisp

See: Janus command list