diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-05-08 12:01:28 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-05-08 13:56:32 +0200 |
commit | e42e87d5449f68d249aa3b96bf73e4bae20c2772 (patch) | |
tree | bd975b12c7b2d7a83ad533f5afdb6845b104cfe5 /docs-xml/manpages-3/ntlm_auth.1.xml | |
parent | d8acdd020a4dc28bef20f156c89a0262c9f82df5 (diff) | |
download | samba-e42e87d5449f68d249aa3b96bf73e4bae20c2772.tar.gz samba-e42e87d5449f68d249aa3b96bf73e4bae20c2772.tar.bz2 samba-e42e87d5449f68d249aa3b96bf73e4bae20c2772.zip |
s3-docs: Fix several typos.
Part of a fix for bug #7938. Based on a patch provided by John Bradshaw
<john@johnbradshaw.org>.
Karolin
Autobuild-User: Karolin Seeger <kseeger@samba.org>
Autobuild-Date: Tue May 8 13:56:32 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages-3/ntlm_auth.1.xml')
-rw-r--r-- | docs-xml/manpages-3/ntlm_auth.1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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. </para> - <para><example>LANMAN-Challege: 0102030405060708</example></para> + <para><example>LANMAN-Challenge: 0102030405060708</example></para> </listitem></varlistentry> <varlistentry> @@ -239,7 +239,7 @@ <varlistentry> <term>Request-User-Session-Key</term> - <listitem><para>Apon sucessful authenticaiton, return + <listitem><para>Upon successful authenticaiton, return the user session key associated with the login. </para> <para><example>Request-User-Session-Key: Yes</example></para> @@ -248,14 +248,14 @@ <varlistentry> <term>Request-LanMan-Session-Key</term> - <listitem><para>Apon sucessful authenticaiton, return + <listitem><para>Upon successful authenticaiton, return the LANMAN session key associated with the login. </para> <para><example>Request-LanMan-Session-Key: Yes</example></para> </listitem></varlistentry> - <para><warning>Implementors should take care to base64 encode + <para><warning>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.</warning></para> @@ -319,7 +319,7 @@ <varlistentry> <term>--request-lm-key</term> - <listitem><para>Retreive LM session key</para></listitem> + <listitem><para>Retrieve LM session key</para></listitem> </varlistentry> <varlistentry> @@ -380,7 +380,7 @@ auth_param basic program ntlm_auth --helper-protocol=squid-2.5-basic --require-m <title>TROUBLESHOOTING</title> <para>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 <ulink url="http://support.microsoft.com/support/kb/articles/Q239/8/69.ASP"> the Microsoft Knowledge Base article #239869 and follow instructions described there</ulink>. |