diff options
author | Jim McDonough <jmcd@samba.org> | 2003-06-18 16:11:13 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-06-18 16:11:13 +0000 |
commit | 9c9160c4de9a509208809fc7df49672ce876b4c6 (patch) | |
tree | f92a033c3964c29ad2c1847c67aa54ce89b83d35 /docs/docbook/manpages/wbinfo.1.xml | |
parent | 6605fec5dc1e888010e14f89b0aead091a926488 (diff) | |
download | samba-9c9160c4de9a509208809fc7df49672ce876b4c6.tar.gz samba-9c9160c4de9a509208809fc7df49672ce876b4c6.tar.bz2 samba-9c9160c4de9a509208809fc7df49672ce876b4c6.zip |
Remove short -A option, but still leave in the --set-auth-user option.
This reflects a change made in wbinfo as a result of bug 158.
(This used to be commit 2628259c2051dd1f0802bced82bfb5ffaed2a12d)
Diffstat (limited to 'docs/docbook/manpages/wbinfo.1.xml')
-rw-r--r-- | docs/docbook/manpages/wbinfo.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/manpages/wbinfo.1.xml b/docs/docbook/manpages/wbinfo.1.xml index f9bd247997..075ce140cc 100644 --- a/docs/docbook/manpages/wbinfo.1.xml +++ b/docs/docbook/manpages/wbinfo.1.xml @@ -35,7 +35,7 @@ <arg choice="opt">--sequence</arg> <arg choice="opt">-r user</arg> <arg choice="opt">-a user%password</arg> - <arg choice="opt">-A user%password</arg> + <arg choice="opt">--set-auth-user user%password</arg> <arg choice="opt">--get-auth-user</arg> <arg choice="opt">-p</arg> </cmdsynopsis> @@ -207,7 +207,7 @@ <varlistentry> - <term>-A username%password</term> + <term>--set-auth-user username%password</term> <listitem><para>Store username and password used by winbindd during session setup to a domain controller. This enables winbindd to operate in a Windows 2000 domain with Restrict |