head	1.7;
access;
symbols
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2008.06.17.19.01.58;	author pav;	state dead;
branches;
next	1.6;

1.6
date	2003.05.09.12.41.21;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.14.18.39.45;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.01.17.15.04.35;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.20.12.18.57;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.19.02.59.28;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.24.05.22.21;	author steve;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Delete security/cyrus-sasl, it has been expired for a year and a half.
@
text
@
You may need to start the pwcheck or saslauthd daemon for authentication
with the system password files:

	%%PREFIX%%/etc/rc.d/cyrus_pwcheck.sh start
or
	%%PREFIX%%/etc/rc.d/saslauthd1.sh start

or you can use sasldb for authentication, to add users use:

	saslpasswd -c username

If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      %%PWCHECK_METHOD%%. You may need to set sasl_pwcheck_method to
      %%PWCHECK_METHOD%% after installing either the Cyrus-IMAPd 1.6.24
      or 2.0.17 ports.

      You should also check the %%PREFIX%%/lib/sasl/*.conf files for the
      correct pwcheck_method.
@


1.6
log
@* Fix some problems with building the Kerberos IV and 5 mechs.

* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].

* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
    WITH_KERBEROS4 - use security/krb4 port
        if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
	doesn't exist
    WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
	(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf

* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.

PR:		51505
Submitted by:	maintainer
@
text
@@


1.5
log
@Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).

PR:		ports/41653
Submitted by:	"Scot W. Hetzel" <hetzels@@westbend.net> (MAINTAINER)
@
text
@d5 1
a5 1
	%%PREFIX%%/etc/rc.d/pwcheck.sh start
d16 3
a18 3
      %%PWCHECK_METHOD%%. Set sasl_pwcheck_method to %%PWCHECK_METHOD%%,
      after installing the Cyrus-IMAPd 1.6.24 port.  You should also check
      the %%PREFIX%%/lib/sasl/*.conf files for the correct pwcheck_method.
d20 2
@


1.4
log
@Update to version 1.5.27

PR: 33603
Submitted by: MAINTAINER
@
text
@d2 2
a3 2
You may need to start the pwcheck daemon for authentication with
the system password files:
d6 2
d13 6
a18 1
How to enable SMTP AUTH with system Sendmail 8.11 - Sendmail.README
@


1.3
log
@refer to correct location in pkg-message
correct db filename
fix pkg-install script

PR:		29731
Submitted by:	maintainer
@
text
@a0 2
%%PREFIX%%/etc/%%SASLDB%% now needs to be created
before applications that depend on SASL are used.
d2 2
a3 2
	su cyrus
	%%PREFIX%%/sbin/saslpasswd -c userid
d5 1
a5 1
You will also need to start the pwcheck daemon:
d7 1
a7 1
	%%PREFIX%%/etc/rc.d/pwcheck.sh start
d9 1
a9 1
Read the documentation in %%DOCSDIR%%
a12 1
How to use LDAP or MySQL for passwords - see html/sysadmin.html
@


1.2
log
@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
@
text
@d1 1
a1 1
PREFIX/etc/cyrusdb.db now needs to be created
d5 1
a5 1
	PREFIX/sbin/saslpasswd -c userid
d9 1
a9 1
	PREFIX/etc/rc.d/pwcheck.sh start
d11 1
a11 1
Read the documentation in PREFIX/share/doc/SASL
@


1.1
log
@Update to version 1.5.15.

PR:		16130
Submitted by:	maintainer
@
text
@d1 2
a2 2
Start the pwcheck program to have clients use the SASL libraries
as a non-root user:
d4 12
a15 1
	/usr/local/etc/rc.d/pwcheck.sh [start|stop]
@

