smbldap-groupmod (8)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
smbldap-groupmod - Modify a groupSYNOPSIS
smbldap-groupmod [-g gid [-o]] [-a] [-r rid] [-s sid] [-t group type] [-n group_name ] [-m members(,)] [-x members (,)] groupDESCRIPTION
The smbldap-groupmod command modifies the system account files to reflect the changes that are specified on the command line. The options which apply to the smbldap-groupmod command are-g gid The numerical value of the group's
-n group_name
The name of the group will be changed from group to group_name.
-m members
The members to be added to the group in comma-delimeted form.
-x members
The members to be removed from the group in comma-delimted form.
-a
add an automatic Security
-s sid
set the group
-r rid
set the group rid.
The
-t group type
set the
EXAMPLES
smbldap-groupmod -g 253 development This will change thesmbldap-groupmod -n Idiots Managers This will change the name of the 'Managers' group to 'Idiots'.
smbldap-groupmod -m ``jdoe,jsmith'' ``Domain Admins'' This will add 'jdoe' and 'jsmith' to the 'Domain Admins' group.
smbldap-groupmod -x ``jdoe,jsmith'' ``Domain Admins'' This will remove 'jdoe' and 'jsmith' from the 'Domain Admins' group.