<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
<reference>
<title>SSSD Manual pages</title>
<refentry>
<refmeta>
<refentrytitle>sss_groupadd</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv id='name'>
<refname>sss_groupadd</refname>
<refpurpose>create a new group</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>sss_groupadd</command>
<arg choice='opt'>
<replaceable>options</replaceable>
</arg>
<arg choice='plain'><replaceable>GROUP</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
<command>sss_groupadd</command> creates a new group. These groups are compatible
with POSIX groups, with the additional feature that they can contain other groups
as members.
</para>
</refsect1>
<refsect1 id='options'>
<title>OPTIONS</title>
<variablelist remap='IP'>
<varlistentry>
<term>
<option>-g</option>,<option>--gid</option>
<replaceable>GID</replaceable>
</term>
<listitem>
<para>
Set the GID of the group to the value of <replaceable>GID</replaceable>.
If not given, it is chosen automatically.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
</reference>