diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 02:59:29 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 02:59:29 +0000 |
commit | 636d1ebd70fd6825fbd4d30b41abf865213aa9ab (patch) | |
tree | 953ae4954ca6298cd0351b443730249166fc8d76 /security/cyrus-sasl/pkg-message | |
parent | 9853f06e8be3cb92337d89fbebac766dbec5bd20 (diff) | |
download | freebsd-ports-636d1ebd70fd6825fbd4d30b41abf865213aa9ab.zip |
Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
Diffstat (limited to 'security/cyrus-sasl/pkg-message')
-rw-r--r-- | security/cyrus-sasl/pkg-message | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/security/cyrus-sasl/pkg-message b/security/cyrus-sasl/pkg-message index 6f87cd3c393b..1016d9655c5a 100644 --- a/security/cyrus-sasl/pkg-message +++ b/security/cyrus-sasl/pkg-message @@ -1,4 +1,15 @@ -Start the pwcheck program to have clients use the SASL libraries -as a non-root user: +PREFIX/etc/cyrusdb.db now needs to be created +before applications that depend on SASL are used. - /usr/local/etc/rc.d/pwcheck.sh [start|stop] + su cyrus + PREFIX/sbin/saslpasswd -c userid + +You will also need to start the pwcheck daemon: + + PREFIX/etc/rc.d/pwcheck.sh start + +Read the documentation in PREFIX/share/doc/SASL + +How to enable SMTP AUTH with system Sendmail 8.11 - Sendmail.README + +How to use LDAP or MySQL for passwords - see html/sysadmin.html |