1
2[//000000001]: # (SASL::NTLM \- Simple Authentication and Security Layer \(SASL\))
3[//000000002]: # (Generated from file 'ntlm\.man' by tcllib/doctools with format 'markdown')
4[//000000003]: # (Copyright &copy; 2005\-2006, Pat Thoyts <patthoyts@users\.sourceforge\.net>)
5[//000000004]: # (SASL::NTLM\(n\) 1\.1\.2 tcllib "Simple Authentication and Security Layer \(SASL\)")
6
7<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
8href="../../../toc.md">Table Of Contents</a> &#124; <a
9href="../../../../index.md">Keyword Index</a> &#124; <a
10href="../../../../toc0.md">Categories</a> &#124; <a
11href="../../../../toc1.md">Modules</a> &#124; <a
12href="../../../../toc2.md">Applications</a> ] <hr>
13
14# NAME
15
16SASL::NTLM \- Implementation of SASL NTLM mechanism for Tcl
17
18# <a name='toc'></a>Table Of Contents
19
20  - [Table Of Contents](#toc)
21
22  - [Synopsis](#synopsis)
23
24  - [Description](#section1)
25
26  - [REFERENCES](#section2)
27
28  - [AUTHORS](#section3)
29
30  - [Bugs, Ideas, Feedback](#section4)
31
32  - [Keywords](#keywords)
33
34  - [Category](#category)
35
36  - [Copyright](#copyright)
37
38# <a name='synopsis'></a>SYNOPSIS
39
40package require Tcl 8\.2
41package require SASL::NTLM ?1\.1\.2?
42
43# <a name='description'></a>DESCRIPTION
44
45This package provides the NTLM authentication mechanism for the Simple
46Authentication and Security Layer \(SASL\)\.
47
48Please read the documentation for package __sasl__ for details\.
49
50# <a name='section2'></a>REFERENCES
51
52  1. No official specification is available\. However,
53     [http://davenport\.sourceforge\.net/ntlm\.html](http://davenport\.sourceforge\.net/ntlm\.html)
54     provides a good description\.
55
56# <a name='section3'></a>AUTHORS
57
58Pat Thoyts
59
60# <a name='section4'></a>Bugs, Ideas, Feedback
61
62This document, and the package it describes, will undoubtedly contain bugs and
63other problems\. Please report such in the category *sasl* of the [Tcllib
64Trackers](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas
65for enhancements you may have for either package and/or documentation\.
66
67When proposing code changes, please provide *unified diffs*, i\.e the output of
68__diff \-u__\.
69
70Note further that *attachments* are strongly preferred over inlined patches\.
71Attachments can be made by going to the __Edit__ form of the ticket
72immediately after its creation, and then using the left\-most button in the
73secondary navigation bar\.
74
75# <a name='keywords'></a>KEYWORDS
76
77[NTLM](\.\./\.\./\.\./\.\./index\.md\#ntlm), [SASL](\.\./\.\./\.\./\.\./index\.md\#sasl),
78[authentication](\.\./\.\./\.\./\.\./index\.md\#authentication)
79
80# <a name='category'></a>CATEGORY
81
82Networking
83
84# <a name='copyright'></a>COPYRIGHT
85
86Copyright &copy; 2005\-2006, Pat Thoyts <patthoyts@users\.sourceforge\.net>
87