1BKR-GROUP-CREATE(1) Beaker BKR-GROUP-CREATE(1)
2
3
4
6 bkr-group-create - Create a group
7
9 bkr group-create [options] <group-name>
10
11
13 Create a new group with the specified name, display name and root pass‐
14 word.
15
17 --ldap Populate the members from an LDAP group, specified by
18 <group-name>.
19
20 --display-name
21 Display name of the group.
22
23 --description
24 Description of the group.
25
26 --root-password
27 Root password for group jobs.
28
29 Common bkr options are described in the Options section of bkr(1).
30
32 Non-zero on error, otherwise zero.
33
35 Create a group with the following group name, display name, and root
36 password: 'mygroup', 'My Group', and 'd3c0yz3d' respectively:
37
38 bkr group-create --display-name="My Group" --root-password="d3c0yz3d" mygroup
39
41 bkr(1)
42
44 The Beaker team <beaker-devel@lists.fedorahosted.org>
45
47 2013-2023 Red Hat, Inc.
48
49
50
51
5228.3 Jan 18, 2023 BKR-GROUP-CREATE(1)