diff options
Diffstat (limited to 'docs-xml')
-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> |