1SMBLDAP-GROUPADD.CMD(8)User Contributed Perl DocumentatioSnMBLDAP-GROUPADD.CMD(8)
2
3
4
6 smbldap-groupadd - Create a new group
7
9 smbldap-groupadd [-g gid ] [-a] [-o] [-r rid] [-s sid] [-t group type]
10 [-p] group
11
13 The smbldap-groupadd command creates a new group account using the
14 values specified on the command line and the default values from the
15 configuration file. The new group will be entered into the system
16 files as needed. Available options are :
17
18 -g gid
19 The numerical value of the group's ID. This value must be
20 unique, unless the -o option is used. The value must be non-
21 negative. The default is to use the smallest ID value greater
22 than 1000 and greater than every other group.
23
24 -a
25 add an automatic Security ID for the group (SID).
26
27 -b
28 the group is also a AIX group
29
30 -o
31 gid is not unique
32
33 -p
34 print the gidNumber to stdout
35
36 -s sid
37 set the group SID.
38 The SID must be unique and defined with the domain Security ID
39 ($SID) like sid=$SID-rid where rid is the group rid.
40
41 -r rid
42 set the group rid.
43 The SID is then calculated as sid=$SID-rid where $SID is the
44 domain Security ID.
45
46 -t group type
47 set the NT Group type for the new group. Available values are
48 2 (domain group), 4 (local group) and 5 (builtin group).
49 The default group type is 2.
50
52 groupadd(1)
53
54
55
56perl v5.34.0 2021-07-23 SMBLDAP-GROUPADD.CMD(8)