summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-12-07 19:27:33 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:09 -0500
commita82e53b4cebaf2bae3290242a22fc6d3d4451e5f (patch)
tree39c28df5e48054642be0cc6c9a27904a95514deb
parentca63ae57c0f25def3f7dcf3264d91f93285e739b (diff)
downloadsamba-a82e53b4cebaf2bae3290242a22fc6d3d4451e5f.tar.gz
samba-a82e53b4cebaf2bae3290242a22fc6d3d4451e5f.tar.bz2
samba-a82e53b4cebaf2bae3290242a22fc6d3d4451e5f.zip
Note that when two entries with the same name exist, only the first one is deleted by "net groupmap delete".
Shouldn't groupdb/mapping.c refuse to add a group with a ntgroupname that is already used? (This used to be commit d8c8b3f9e9cd73e9979ce016b0eceea24d60c4aa)
-rw-r--r--docs/manpages/net.8.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manpages/net.8.xml b/docs/manpages/net.8.xml
index 02bf96346e..c363c13a73 100644
--- a/docs/manpages/net.8.xml
+++ b/docs/manpages/net.8.xml
@@ -616,14 +616,14 @@ Parameters take the for "parameter=value". Common options include:</para>
<para>Add a new group mapping entry</para>
-<para>net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local|builtin}] [ntgroup=string] [comment=string]</para>
+<para>net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local}] [ntgroup=string] [comment=string]</para>
</refsect3>
<refsect3>
<title>GROUPMAP DELETE</title>
-<para>Delete a group mapping entry</para>
+<para>Delete a group mapping entry. If more then one group name matches, the first entry found is deleted.</para>
<para>net groupmap delete {ntgroup=string|sid=SID}</para>
@@ -634,7 +634,7 @@ Parameters take the for "parameter=value". Common options include:</para>
<para>Update en existing group entry</para>
-<para>net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}</para>
+<para>net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}]</para>
</refsect3>
<refsect3>