6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_localgroups
Manages local group accounts for SMB or HTTP access.
Description
If Local User authentication is configured for SMB or HTTP shares, use the ibrix_localgroups
command to create and manage local group accounts.
When naming local groups, you should be aware of the following:
Group names must be unique. The new name cannot already be used by another user or
group.
The following names cannot be used: administrator, guest, root.
Synopsis
Add a local group account:
ibrix_localgroups -a -g GROUPNAME [-G GROUPID] [-S RID]
The GID and RID will be generated automatically if you do not specify values for them.
Modify a local group account:
ibrix_localgroups -m -g GROUPNAME [-G GROUPID] [-S RID]
If you are changing the GID or RID for the group, it cannot be the primary group for any local
users.
Delete a local group account:
ibrix_localgroups -d -g GROUPNAME
Display information about a specific local group account:
ibrix_localgroups -l -g GROUPNAME
Display information about all local group accounts:
ibrix_localgroups -L
Options
DescriptionOption
Specifies the group ID. The range of IDs is 2000-65535.-G GROUPID
Displays information about all local groups.-L
Specifies the RID for the local group. The RID is the last n digits of the SID, ranging from
2000 to 40000000.
-S RID
Adds a local group.-a
Deletes a local group.-d
Specifies the name of the local group.-g GROUPNAME
Displays information about a specific local group.-l
Modifies a local group.-m
Shows the usage for this command.-?
See also
ibrix_localusers, ibrix_auth
ibrix_localgroups 127