diff options
author | bad <bad@pkgsrc.org> | 2005-03-08 18:22:39 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2005-03-08 18:22:39 +0000 |
commit | 205c9fc93b65a97d8f2d6ffe9631f075c4312ea6 (patch) | |
tree | 724dbc1754053f013251d95a7ed7b6115369bab3 /security | |
parent | 697d65f5f1fb9c7d56b29e929f5daf6308007c39 (diff) | |
download | pkgsrc-205c9fc93b65a97d8f2d6ffe9631f075c4312ea6.tar.gz |
Make it explicit that the package doesn't install any authentication mechanisms
and what the likely, but opaque, error message is in that case.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/MESSAGE | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/MESSAGE b/security/cyrus-sasl2/MESSAGE index 8030a84cfa2..74908dbcba3 100644 --- a/security/cyrus-sasl2/MESSAGE +++ b/security/cyrus-sasl2/MESSAGE @@ -1,5 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2004/01/09 19:37:48 jlam Exp $ +$NetBSD: MESSAGE,v 1.2 2005/03/08 18:22:39 bad 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: @@ -11,6 +16,6 @@ SASL_PATH variable to a colon-delimted list of directories in the shell environment. To allow plaintext authentication without using the sasldb mechanism, the -security/cyrus-saslauthd package should be installed. +package security/cyrus-saslauthd should be installed. =========================================================================== |