1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

doc: add 'group create' as synonym for 'group add'

Signed-off-by: Jule Anger <ja@sernet.de>
Reviewed-by: Björn Baumbach <bb@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Jule Anger
2020-08-26 15:11:16 +02:00
committed by Douglas Bagnall
parent 90988ff69f
commit ee1c8126fc

View File

@ -886,6 +886,14 @@
<para>Create a new AD group.</para>
</refsect3>
<refsect3>
<title>group create <replaceable>groupname</replaceable> [options]</title>
<para>Add a new AD group. This is a synonym for the
<command>samba-tool group add</command> command and is available
for compatibility reasons only. Please use
<command>samba-tool group add</command> instead.</para>
</refsect3>
<refsect3>
<title>group addmembers <replaceable>groupname</replaceable> <replaceable>members</replaceable> [options]</title>
<para>Add members to an AD group.</para>