diff options
author | Justin Stephenson <jstephen@redhat.com> | 2018-08-02 10:17:52 -0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-08-06 02:46:16 +0200 |
commit | 97702ffc1eb4fe0773ee7d7bbf681e9e032ee965 (patch) | |
tree | a3b1033f7e12de474fe59f784ed8db9d1f5a997d /docs-xml | |
parent | a3d248f284eb2e5f4fe886310e481b28c9f1c392 (diff) | |
download | samba-97702ffc1eb4fe0773ee7d7bbf681e9e032ee965.tar.gz |
Add net lookup options
Add missing net lookup options to net man page
Signed-off-by: Justin Stephenson <jstephen@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/net.8.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index d2bcd24c502..499fd4291de 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -823,6 +823,30 @@ or workgroup. Defaults to local domain.</para> </refsect3> +<refsect3> +<title>LOOKUP NAME [<replaceable>NAME</replaceable>]</title> + +<para>Lookup username's sid and type for specified <replaceable>NAME</replaceable> +</para> + +</refsect3> + +<refsect3> +<title>LOOKUP SID [<replaceable>SID</replaceable>]</title> + +<para>Give sid's name and type for specified <replaceable>SID</replaceable> +</para> + +</refsect3> + +<refsect3> +<title>LOOKUP DSGETDCNAME [<replaceable>NAME</replaceable>] [<replaceable>FLAGS</replaceable>] [<replaceable>SITENAME</replaceable>]</title> + +<para>Give Domain Controller information for specified domain <replaceable>NAME</replaceable> +</para> + +</refsect3> + </refsect2> <refsect2> |