From 01f789baaeea794dcbda5f455f2a364ca5da64bf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 2 Oct 2004 10:44:54 +0000 Subject: 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) --- docs/manpages/ntlm_auth.1.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs') 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). + Squid + and mod_ntlm_winbind) @@ -107,7 +108,9 @@ authentication knowlege. 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 + YR command (without any arguments) + starts the authentication exchange. @@ -208,7 +211,7 @@ LANMAN Challenge. Typically, this is provided over the network by a client wishing to authenticate. - LANMAN-Response: 010203040506070809101112131415161718192021222324 + LANMAN-Response: 0102030405060708090A0B0C0D0E0F101112131415161718 @@ -219,7 +222,7 @@ LANMAN Challenge. Typically, this is provided over the network by a client wishing to authenticate. - NT-Response: 010203040506070809101112131415161718192021222324 + NT-Response: 0102030405060708090A0B0C0D0E0F101112131415161718 -- cgit