diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 16:42:56 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | 80ab6eaa973df8874567306d1488a813801ab39c (patch) | |
tree | 9faab6ad01772b22d13718e9e3d74e623ab811f3 /docs-xml/manpages | |
parent | 27d49babb19759e0d3ef93a2290c049e1ba6aaa3 (diff) | |
download | samba-80ab6eaa973df8874567306d1488a813801ab39c.tar.gz samba-80ab6eaa973df8874567306d1488a813801ab39c.tar.xz samba-80ab6eaa973df8874567306d1488a813801ab39c.zip |
docs: mention --set-gid-mapping/--set-uid-mapping in wbinfo 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/wbinfo.1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index 31362ac930..3dbcfc181a 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -62,6 +62,8 @@ <arg choice="opt">-s sid</arg> <arg choice="opt">--separator</arg> <arg choice="opt">--set-auth-user user%password</arg> + <arg choice="opt">--set-gid-mapping gid,sid</arg> + <arg choice="opt">--set-uid-mapping uid,sid</arg> <arg choice="opt">-S sid</arg> <arg choice="opt">--sid-aliases sid</arg> <arg choice="opt">--sid-to-fullname sid</arg> @@ -423,6 +425,18 @@ </varlistentry> <varlistentry> + <term>--set-gid-mapping <replaceable>GID,SID</replaceable></term> + <listitem><para>Create a GID to SID mapping in the database. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--set-uid-mapping <replaceable>UID,SID</replaceable></term> + <listitem><para>Create a UID to SID mapping in the database. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-S|--sid-to-uid <replaceable>sid</replaceable></term> <listitem><para>Convert a SID to a UNIX user id. If the SID does not correspond to a UNIX user mapped by <citerefentry> |