1SMBLDAP-GROUPADD(8)   User Contributed Perl Documentation  SMBLDAP-GROUPADD(8)
2
3
4

NAME

6       smbldap-groupadd - Create a new group
7

SYNOPSIS

9       smbldap-groupadd [-g gid ] [-a] [-o] [-r rid] [-s sid] [-t group type]
10       [-p] group
11

DESCRIPTION

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          The rid of the group is calculated from the gidNumber of the
27          group as rid=2*gidNumber+1001. Thus the resulted SID of the
28          group is $SID-$rid where $SID and $rid are the domain SID and
29          the group rid
30
31       -b
32          the group is also a AIX group
33
34       -o
35          gid is not unique
36
37       -p
38          print the gidNumber to stdout
39
40       -s sid
41          set the group SID.
42          The SID must be unique and defined with the domain Security ID
43          ($SID) like sid=$SID-rid where rid is the group rid.
44
45       -r rid
46          set the group rid.
47          The SID is then calculated as sid=$SID-rid where $SID is the
48          domain Security ID.
49
50       -t group type
51          set the NT Group type for the new group. Available values are
52          2 (domain group), 4 (local group) and 5 (builtin group).
53          The default group type is 2.
54

SEE ALSO

56       groupadd(1)
57
58
59
60perl v5.12.3                      2011-03-07               SMBLDAP-GROUPADD(8)
Impressum