Create a new group
smbldap-groupadd [-g gid ] [-a] [-o] [-r rid] [-s sid] [-t group type] [-p] group
The smbldap-groupadd command creates a new group account using the values specified on the command line and the default values from the configuration file. The new group will be entered into the system files as needed. Available options are :
-g gid
The numerical value of the group's \s-1ID\s0. This value must be unique, unless the -o option is used. The value must be non- negative. The default is to use the smallest \s-1ID\s0 value greater than 1000 and greater than every other group.
-a
add an automatic Security \s-1ID\s0 for the group (\s-1SID\s0).
-b
the group is also a \s-1AIX\s0 group
-o
gid is not unique
-p
print the gidNumber to stdout
-s sid
set the group \s-1SID\s0. The \s-1SID\s0 must be unique and defined with the domain Security \s-1ID\s0 ($SID) like sid=$SID-rid where rid is the group rid.
-r rid
set the group rid. The \s-1SID\s0 is then calculated as sid=$SID-rid where $SID is the domain Security \s-1ID\s0.
-t group type
set the \s-1NT\s0 Group type for the new group. Available values are 2 (domain group), 4 (local group) and 5 (builtin group). The default group type is 2.
groupadd\|(1)