Not a developer? Go to MovableType.com

Documentation

LDAPAuthSASLMechanism

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

The name of SASL Mechanism to use for both binding and authentication.

Values:

  • PLAIN (Default value)
  • DIGEST-MD5

Note: Using anything other than “PLAIN” for AuthLDAPSASLMechanism requires the Perl Authen::SASL package to be installed.

For more information, see http://www.melnikov.ca/mel/devel/SASL_info.html.

Back