svn commit: samba-docs r302 - in trunk/manpages: .

jelmer at samba.org jelmer at samba.org
Tue Dec 7 19:27:33 GMT 2004


Author: jelmer
Date: 2004-12-07 19:27:33 +0000 (Tue, 07 Dec 2004)
New Revision: 302

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=302

Log:
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?

Modified:
   trunk/manpages/net.8.xml


Changeset:
Modified: trunk/manpages/net.8.xml
===================================================================
--- trunk/manpages/net.8.xml	2004-12-07 16:54:57 UTC (rev 301)
+++ trunk/manpages/net.8.xml	2004-12-07 19:27:33 UTC (rev 302)
@@ -616,14 +616,14 @@
 
 <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 @@
 
 <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>



More information about the samba-cvs mailing list