b885afa1a3
* lib/dlopen.c: log the reason for opendir() failure when loading plugin. * lib/common.c: honor log level setting * sample/sample-client.c, sample/sample-server.c: Fixed several 64 bit portability warnings. * utils/testsuite.c: Fixed several 64 bit portability warnings. * utils/saslpasswd.c: Fixed typo in an auxprop name. * include/saslplug.h, lib/common.c, lib/saslint.h, lib/server.c: Added sasl_server_plugin_info(). * lib/common.c: initialize path in case caller didn't.
21 lines
855 B
Text
21 lines
855 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2006/04/18 17:41:30 jlam Exp $
|
|
|
|
${PKGNAME} by default does *not* install any authentication plugin
|
|
modules. Until the necessary authentication plugin modules are
|
|
installed, e.g. security/cy2-crammd5 or security/cy2-gssapi, you
|
|
will probably get errors about "no appropriate mechs available".
|
|
|
|
${PKGNAME} will use the following directory as the default
|
|
path to its plugin modules:
|
|
|
|
${PLUGINDIR}
|
|
|
|
The search path for plugin modules can be customized by setting the
|
|
SASL_PATH variable to a colon-delimted list of directories in the shell
|
|
environment.
|
|
|
|
To allow plaintext authentication without using the sasldb mechanism, the
|
|
package security/cyrus-saslauthd should be installed.
|
|
|
|
===========================================================================
|