From a82e53b4cebaf2bae3290242a22fc6d3d4451e5f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Dec 2004 19:27:33 +0000 Subject: 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) --- docs/manpages/net.8.xml | 6 +++--- 1 file 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: Add a new group mapping entry -net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local|builtin}] [ntgroup=string] [comment=string] +net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local}] [ntgroup=string] [comment=string] GROUPMAP DELETE -Delete a group mapping entry +Delete a group mapping entry. If more then one group name matches, the first entry found is deleted. net groupmap delete {ntgroup=string|sid=SID} @@ -634,7 +634,7 @@ Parameters take the for "parameter=value". Common options include: Update en existing group entry -net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local} +net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}] -- cgit