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

bkr(1)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker