vovusergroup
Utility to show, create and maintain "vovusergroup" structures based on user lists, UNIX groups and LDAP groups.
vovusergroup: Usage Message
Utility to show, create and maintain "vovusergroup" structures based on
user lists, Unix groups and LDAP groups.
USAGE:
vovusergroup <ACTION> <GROUP_NAME> <OPTIONS>
ACTIONS:
populate Creates a new vovusergroup and populates it from a provided
userList, an existing unix group or LDAP group.
Any pre-existing vovusergroup with the same name is lost.
addusers Creates a new vovusergroup (if necessary) and appends the
provided userList.
removeusers Removes the specified "userList" list of users from
an existing vovusergroup.
delete Removes a vovusergroup definition entirely, along with
its list of users.
show Displays the list of users in an existing vovusergroup.
list Displays the defined vovusergroup names
SYNTAX:
vovusergroup populate <groupName> <userList>
vovusergroup populate <groupName> -unix <unixGroup>
vovusergroup populate <groupName> -ldap <ldapGroup>
vovusergroup addusers <groupName> <userList>
vovusergroup removeusers <groupName> <userList>
vovusergroup delete <groupName>
vovusergroup show <groupName>
ABOUT USER LISTS:
A "userList" above consists of usernames separated by spaces.
To generate a vovusergroup from LDAP, you must first have LDAP
connectivity enabled (see Altair Monitor Administration Guide)
EXAMPLES:
vovusergroup populate chipA -ldap chipA_govusers
vovusergroup addusers myBlk jimc terryw suep ronaldb
vovusergroup show myBlk