bkr-group-create - Man Page
Create a group
Synopsis
bkr group-create [options] <group-name>
Description
Create a new group with the specified name, display name and root password.
Options
- --ldap
Populate the members from an LDAP group, specified by <group-name>.
- --display-name
Display name of the group.
- --description
Description of the group.
- --root-password
Root password for group jobs.
Common bkr options are described in the Options section of bkr(1).
Exit Status
Non-zero on error, otherwise zero.
Examples
Create a group with the following group name, display name, and root password: 'mygroup', 'My Group', and 'd3c0yz3d' respectively:
bkr group-create --display-name="My Group" --root-password="d3c0yz3d" mygroup
See Also
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker