diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-02 13:54:06 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-02 13:54:06 +0000 |
commit | f1c4fb5cf5e425e5a07348ed174f7ed4f5b315c9 (patch) | |
tree | d25fc7334f05421ec6cd5079bd32ee8189f48e32 /docs/docbook/manpages/ntlm_auth.1.sgml | |
parent | 0d01c00f0740da97bb328e8390c2b8fc6ce3166d (diff) | |
download | samba-f1c4fb5cf5e425e5a07348ed174f7ed4f5b315c9.tar.gz samba-f1c4fb5cf5e425e5a07348ed174f7ed4f5b315c9.tar.bz2 samba-f1c4fb5cf5e425e5a07348ed174f7ed4f5b315c9.zip |
Update ntlm_auth and winbind manpages.
Andrew Bartlett
(This used to be commit 441d6952bdaff94e387a11f5f524359f3bbbeefb)
Diffstat (limited to 'docs/docbook/manpages/ntlm_auth.1.sgml')
-rw-r--r-- | docs/docbook/manpages/ntlm_auth.1.sgml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/docbook/manpages/ntlm_auth.1.sgml b/docs/docbook/manpages/ntlm_auth.1.sgml index 52ab1db9e4..08a7d4aa88 100644 --- a/docs/docbook/manpages/ntlm_auth.1.sgml +++ b/docs/docbook/manpages/ntlm_auth.1.sgml @@ -11,25 +11,15 @@ <refnamediv> <refname>ntlm_auth</refname> - <refpurpose>tool for executing client side - MS-RPC functions</refpurpose> + <refpurpose>tool to allow external access to Winbind's NTLM authentication function</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>ntlm_auth</command> - <arg choice="opt">-A authfile</arg> - <arg choice="opt">-c <command string></arg> <arg choice="opt">-d debuglevel</arg> - <arg choice="opt">-h</arg> <arg choice="opt">-l logfile</arg> - <arg choice="opt">-N</arg> <arg choice="opt">-s <smb config file></arg> - <arg choice="opt">-U username[%password]</arg> - <arg choice="opt">-W workgroup</arg> - <arg choice="opt">-N</arg> - <arg choice="opt">-I destinationIP</arg> - <arg choice="req">server</arg> </cmdsynopsis> </refsynopsisdiv> @@ -75,7 +65,7 @@ <varlistentry> <term>--workstation=WORKSTATION</term> <listitem><para> - Specify workstation of user to authenticate + Specify the workstation the user authenticated from </para></listitem> </varlistentry> |