summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-24 03:01:56 +0000
committerGerald Carter <jerry@samba.org>2003-04-24 03:01:56 +0000
commit465510e39f3366a2477ffb6e7fb121ed6c88d04a (patch)
tree0dd9bb785274d81f0d07bc757bee472323f69053
parent308e3848622de0da7f1b73369c0429ac54d672ef (diff)
downloadsamba-465510e39f3366a2477ffb6e7fb121ed6c88d04a.tar.gz
samba-465510e39f3366a2477ffb6e7fb121ed6c88d04a.tar.xz
samba-465510e39f3366a2477ffb6e7fb121ed6c88d04a.zip
update net man page for groupmap options
-rw-r--r--docs/docbook/manpages/net.8.sgml61
1 files changed, 58 insertions, 3 deletions
diff --git a/docs/docbook/manpages/net.8.sgml b/docs/docbook/manpages/net.8.sgml
index 8ee965e3ed8..6b6ebd1f094 100644
--- a/docs/docbook/manpages/net.8.sgml
+++ b/docs/docbook/manpages/net.8.sgml
@@ -600,7 +600,7 @@ List all current items in the cache.
<refsect2>
<title>GETLOCALSID [DOMAIN]</title>
-<para>Print the SID of the specified domain, or if the parameter is
+<para>Print the SID of the specified domain, or if the parameter is
omitted, the SID of the domain the local server is in.</para>
</refsect2>
@@ -613,9 +613,64 @@ omitted, the SID of the domain the local server is in.</para>
</refsect2>
<refsect2>
+<title>GROUPMAP</title>
+
+<para>Manage the mappings between Windows group SIDs and UNIX groups.
+Parameters take the for "parameter=value". Common options include:</para>
+
+<itemizedlist>
+<listitem><para>unixgroup - Name of the UNIX group</para></listitem>
+<listitem><para>ntgroup - Name of the Windows NT group (must be
+ resolvable to a SID</para></listitem>
+<listitem><para>rid - Unsigned 32-bit integer</para></listitem>
+<listitem><para>sid - Full SID in the form of "S-1-..."</para></listitem>
+<listitem><para>type - Type of the group; either 'domain', 'local',
+ or 'builtin'</para></listitem>
+<listitem><para>comment - Freeform text description of the group</para></listitem>
+</itemizedlist>
+
+<refsect3>
+<title>GROUPMAP ADD</title>
+
+<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>
+
+</refsect3>
+
+<refsect3>
+<title>GROUPMAP DELETE</title>
+
+<para>Delete a group mapping entry</para>
+
+<para>net groupmap delete {ntgroup=string|sid=SID}</para>
+
+</refsect3>
+
+<refsect3>
+<title>GROUPMAP MODIFY</title>
+
+<para>Update en existing group entry</para>
+
+<para>net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}</para>
+</refsect3>
+
+<refsect3>
+<title>GROUPMAP LIST</title>
+
+<para>List existing group mapping entries</para>
+
+<para>net groupmap list [verbose] [ntgroup=string] [sid=SID]</para>
+
+</refsect3>
+</refsect2>
+
+
+
+<refsect2>
<title>MAXRID</title>
-<para>Prints out the highest RID currently in use on the local
+<para>Prints out the highest RID currently in use on the local
server (by the active 'passdb backend').
</para>
@@ -624,7 +679,7 @@ server (by the active 'passdb backend').
<refsect2>
<title>RPC INFO</title>
-<para>Print information about the domain of the remote server,
+<para>Print information about the domain of the remote server,
such as domain name, domain sid and number of users and groups.
</para>