1SASL::NTLM(n) Simple Authentication and Security Layer (SASL) SASL::NTLM(n)
2
3
4
5______________________________________________________________________________
6
8 SASL::NTLM - Implementation of SASL NTLM mechanism for Tcl
9
11 package require Tcl 8.2
12
13 package require SASL::NTLM ?1.1.2?
14
15______________________________________________________________________________
16
18 This package provides the NTLM authentication mechanism for the Simple
19 Authentication and Security Layer (SASL).
20
21 Please read the documentation for package sasl for details.
22
24 [1] No official specification is available. However, http://daven‐
25 port.sourceforge.net/ntlm.html provides a good description.
26
28 Pat Thoyts
29
31 This document, and the package it describes, will undoubtedly contain
32 bugs and other problems. Please report such in the category sasl of
33 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
34 also report any ideas for enhancements you may have for either package
35 and/or documentation.
36
37 When proposing code changes, please provide unified diffs, i.e the out‐
38 put of diff -u.
39
40 Note further that attachments are strongly preferred over inlined
41 patches. Attachments can be made by going to the Edit form of the
42 ticket immediately after its creation, and then using the left-most
43 button in the secondary navigation bar.
44
46 NTLM, SASL, authentication
47
49 Networking
50
52 Copyright (c) 2005-2006, Pat Thoyts <patthoyts@users.sourceforge.net>
53
54
55
56
57tcllib 1.1.2 SASL::NTLM(n)