From e42e87d5449f68d249aa3b96bf73e4bae20c2772 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 May 2012 12:01:28 +0200 Subject: s3-docs: Fix several typos. Part of a fix for bug #7938. Based on a patch provided by John Bradshaw . Karolin Autobuild-User: Karolin Seeger Autobuild-Date: Tue May 8 13:56:32 CEST 2012 on sn-devel-104 --- docs-xml/manpages-3/ntlm_auth.1.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs-xml/manpages-3/ntlm_auth.1.xml') diff --git a/docs-xml/manpages-3/ntlm_auth.1.xml b/docs-xml/manpages-3/ntlm_auth.1.xml index 69264d7ec6..dcf9b42503 100644 --- a/docs-xml/manpages-3/ntlm_auth.1.xml +++ b/docs-xml/manpages-3/ntlm_auth.1.xml @@ -199,7 +199,7 @@ MSCHAPv2) generated in some way by both the server and the client. - LANMAN-Challege: 0102030405060708 + LANMAN-Challenge: 0102030405060708 @@ -239,7 +239,7 @@ Request-User-Session-Key - Apon sucessful authenticaiton, return + Upon successful authenticaiton, return the user session key associated with the login. Request-User-Session-Key: Yes @@ -248,14 +248,14 @@ Request-LanMan-Session-Key - Apon sucessful authenticaiton, return + Upon successful authenticaiton, return the LANMAN session key associated with the login. Request-LanMan-Session-Key: Yes - Implementors should take care to base64 encode + Implementers should take care to base64 encode any data (such as usernames/passwords) that may contain malicous user data, such as a newline. They may also need to decode strings from the helper, which likewise may have been base64 encoded. @@ -319,7 +319,7 @@ --request-lm-key - Retreive LM session key + Retrieve LM session key @@ -380,7 +380,7 @@ auth_param basic program ntlm_auth --helper-protocol=squid-2.5-basic --require-m TROUBLESHOOTING If you're experiencing problems with authenticating Internet Explorer running - under MS Windows 9X or Millenium Edition against ntlm_auth's NTLMSSP authentication + under MS Windows 9X or Millennium Edition against ntlm_auth's NTLMSSP authentication helper (--helper-protocol=squid-2.5-ntlmssp), then please read the Microsoft Knowledge Base article #239869 and follow instructions described there. -- cgit