diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-02 10:44:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:03 -0500 |
commit | 01f789baaeea794dcbda5f455f2a364ca5da64bf (patch) | |
tree | e73cb7d2f9aa057fa7b96582ae2ad05a6d8e1ee9 /docs | |
parent | a159ae6e3a5c05ad5c5b9fb03f111c4e3314f1e2 (diff) | |
download | samba-01f789baaeea794dcbda5f455f2a364ca5da64bf.tar.gz samba-01f789baaeea794dcbda5f455f2a364ca5da64bf.tar.bz2 samba-01f789baaeea794dcbda5f455f2a364ca5da64bf.zip |
Add links to squid, and mod_ntlm_winbind.
Add information on how the ntlmssp-client-1 protocol is started.
Fix 'example' NT and LM responses to be correctly monotonically
increasing bytes, represented in hex.
Andrew Bartlett
(This used to be commit 50ab0ea6b78880bf7e238bf8e0d4ac67a60d81e8)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/ntlm_auth.1.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/manpages/ntlm_auth.1.xml b/docs/manpages/ntlm_auth.1.xml index ae03fd35d9..3e7365ce2f 100644 --- a/docs/manpages/ntlm_auth.1.xml +++ b/docs/manpages/ntlm_auth.1.xml @@ -36,7 +36,8 @@ successfully and 1 if access was denied. ntlm_auth uses winbind to access the user and authentication data for a domain. This utility is only indended to be used by other programs (currently - Squid). + <ulink url="http://www.squid-cache.org/">Squid</ulink> + and <ulink url="http://download.samba.org/ftp/unpacked/lorikeet/trunk/mod_ntlm_winbind/">mod_ntlm_winbind</ulink>) </para> </refsect1> @@ -107,7 +108,9 @@ authentication knowlege. </para> <para>This helper is a client, and as such may be run by any user. The protocol used is - effectivly the reverse of the previous protocol. + effectivly the reverse of the previous protocol. A + <command>YR</command> command (without any arguments) + starts the authentication exchange. </para> </listitem> </varlistentry> @@ -208,7 +211,7 @@ <command>LANMAN Challenge</command>. Typically, this is provided over the network by a client wishing to authenticate. </para> - <para><example>LANMAN-Response: 010203040506070809101112131415161718192021222324</example></para> + <para><example>LANMAN-Response: 0102030405060708090A0B0C0D0E0F101112131415161718</example></para> </listitem></varlistentry> @@ -219,7 +222,7 @@ <command>LANMAN Challenge</command>. Typically, this is provided over the network by a client wishing to authenticate. </para> - <para><example>NT-Response: 010203040506070809101112131415161718192021222324</example></para> + <para><example>NT-Response: 0102030405060708090A0B0C0D0E0F101112131415161718</example></para> </listitem></varlistentry> |