diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 16:28:10 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:43 +0100 |
commit | cb90d1eb8f1ea0fd23f7af4aa1a21447d4772a1e (patch) | |
tree | 20f44378e6c78d453b8caef9a922b0691cfb4e8e /docs-xml/manpages | |
parent | e73493c64af9f76fa41b56c154ea973619e97cb0 (diff) | |
download | samba-cb90d1eb8f1ea0fd23f7af4aa1a21447d4772a1e.tar.gz samba-cb90d1eb8f1ea0fd23f7af4aa1a21447d4772a1e.tar.xz samba-cb90d1eb8f1ea0fd23f7af4aa1a21447d4772a1e.zip |
docs: add net groupmap set specific options in net manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/net.8.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 6fba00ba4c..fd13f43423 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -267,6 +267,36 @@ </para></listitem> </varlistentry> + <!-- Options for net groupmap set --> + + <varlistentry> + <term>-L|--local</term> + <listitem><para>Sets the type of group mapping to local + (used in "net groupmap set"). + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-D|--domain</term> + <listitem><para>Sets the type of group mapping to domain + (used in "net groupmap set"). + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-N|--ntname NTNAME</term> + <listitem><para>Sets the ntname of a group mapping + (used in "net groupmap set"). + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-R|--rid RID</term> + <listitem><para>Sets the rid of a group mapping + (used in "net groupmap set"). + </para></listitem> + </varlistentry> + &stdarg.encrypt; &popt.common.samba.client; |