2003-03-19 23:28:53 +01:00
|
|
|
SASL is a method for adding authentication support to connection-based
|
|
|
|
protocols. To use SASL, a protocol includes a command for identifying and
|
|
|
|
authenticating a user to a server and for optionally negotiating protection
|
|
|
|
of subsequent protocol interactions. If its use is negotiated, a security
|
|
|
|
layer is inserted between the protocol and the connection.
|
|
|
|
|
2004-08-01 23:06:38 +02:00
|
|
|
This is the Cyrus SASL plugin that implements the NTLMv1 and NTLMv2
|
|
|
|
authentication mechanisms.
|