diff options
author | Michael Adam <obnox@samba.org> | 2011-01-27 23:47:44 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-28 02:09:09 +0100 |
commit | 1e34624326757430d282a708e07be2886c5c2b57 (patch) | |
tree | f2d1b3d60cf07a07e84f48d5dcfff96b4ae87765 /docs-xml | |
parent | ba6dda1934b5440398600812e320528f00673bc2 (diff) | |
download | samba-1e34624326757430d282a708e07be2886c5c2b57.tar.gz samba-1e34624326757430d282a708e07be2886c5c2b57.tar.bz2 samba-1e34624326757430d282a708e07be2886c5c2b57.zip |
docs: update wbinfo manpage: remove documentation of removed parameters
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 28 02:09:09 CET 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/wbinfo.1.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index f708508ab4..0f9f206dc4 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -41,13 +41,9 @@ <arg choice="opt">-p</arg> <arg choice="opt">-P</arg> <arg choice="opt">-r user</arg> - <arg choice="opt">--remove-uid-mapping uid,sid</arg> - <arg choice="opt">--remove-gid-mapping gid,sid</arg> <arg choice="opt">-s sid</arg> <arg choice="opt">--separator</arg> <arg choice="opt">--set-auth-user user%password</arg> - <arg choice="opt">--set-uid-mapping uid,sid</arg> - <arg choice="opt">--set-gid-mapping gid,sid</arg> <arg choice="opt">-S sid</arg> <arg choice="opt">-t</arg> <arg choice="opt">-u</arg> @@ -350,30 +346,6 @@ the operation will fail. </para></listitem> </varlistentry> - <varlistentry> - <term>--remove-uid-mapping uid,sid</term> - <listitem><para>Remove an existing uid to sid mapping - entry from the IDmap backend.</para></listitem> - </varlistentry> - - <varlistentry> - <term>--remove-gid-mapping gid,sid</term> - <listitem><para>Remove an existing gid to sid - mapping entry from the IDmap backend.</para></listitem> - </varlistentry> - - <varlistentry> - <term>--set-uid-mapping uid,sid</term> - <listitem><para>Create a new or modify an existing uid to sid - mapping in the IDmap backend.</para></listitem> - </varlistentry> - - <varlistentry> - <term>--set-gid-mapping gid,sid</term> - <listitem><para>Create a new or modify an existing gid to sid - mapping in the IDmap backend.</para></listitem> - </varlistentry> - &stdarg.version; &stdarg.help; |