mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
636d1ebd70
-- 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
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
PREFIX/etc/cyrusdb.db now needs to be created
|
|
before applications that depend on SASL are used.
|
|
|
|
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
|