svn commit: samba-docs r239 - in trunk/manpages: .

abartlet at samba.org abartlet at samba.org
Sat Oct 2 10:44:54 GMT 2004


Author: abartlet
Date: 2004-10-02 10:44:54 +0000 (Sat, 02 Oct 2004)
New Revision: 239

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=239&nolog=1

Log:
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

Modified:
   trunk/manpages/ntlm_auth.1.xml


Changeset:
Modified: trunk/manpages/ntlm_auth.1.xml
===================================================================
--- trunk/manpages/ntlm_auth.1.xml	2004-09-30 04:40:00 UTC (rev 238)
+++ trunk/manpages/ntlm_auth.1.xml	2004-10-02 10:44:54 UTC (rev 239)
@@ -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>
 



More information about the samba-cvs mailing list