diff options
author | Kai Blin <kai@samba.org> | 2007-08-12 22:41:24 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:34 -0500 |
commit | f74d7e56ada51c97526093d12e497769371fd929 (patch) | |
tree | a7e19a454c265852e03501e46e24887db193d239 /docs/manpages-3 | |
parent | 742dbb4dcedec53d5a0143362568d75890439955 (diff) | |
download | samba-f74d7e56ada51c97526093d12e497769371fd929.tar.gz samba-f74d7e56ada51c97526093d12e497769371fd929.tar.bz2 samba-f74d7e56ada51c97526093d12e497769371fd929.zip |
Add --uid-info option to manpage.
I wanted to get this done before I forgot about it, but I don't have the
required packages to build the manpage installed. Could someone check if the
changes were valid, please?
(This used to be commit 375959233daa3d0065d1a13e771fcbb6e172d376)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/wbinfo.1.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/manpages-3/wbinfo.1.xml b/docs/manpages-3/wbinfo.1.xml index 7b5a46275e..626314e32b 100644 --- a/docs/manpages-3/wbinfo.1.xml +++ b/docs/manpages-3/wbinfo.1.xml @@ -43,6 +43,7 @@ <arg choice="opt">-S sid</arg> <arg choice="opt">-t</arg> <arg choice="opt">-u</arg> + <arg choice="opt">--uid-info</arg> <arg choice="opt">--user-domgroups sid</arg> <arg choice="opt">--user-sids sid</arg> <arg choice="opt">-U uid</arg> @@ -281,7 +282,13 @@ <refentrytitle>winbindd</refentrytitle><manvolnum>8</manvolnum></citerefentry> .</para></listitem> </varlistentry> - + + <varlistentry> + <term>--uid-info</term> + <listitem><para>Get user info for the user conencted to + uid.</para></listitem> + </varlistentry> + <varlistentry> <term>--user-domgroups SID</term> <listitem><para>Get user domain groups. |