Module Netmech_plain_sasl

module Netmech_plain_sasl: sig .. end
The PLAIN SASL mechanism (RFC 4616).

Key facts:

Parameters: As for all SASL mechanisms in OCamlnet, SASLprep is not automatically called. Users of PLAIN should pass user names and passwords through Netsaslprep.saslprep.

module PLAIN: Netsys_sasl_types.SASL_MECHANISM 
The PLAIN SASL mechanism (RFC 4616).