head	1.2;
access;
symbols
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.17.15.04.38;	author kevlo;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update to version 1.5.27

PR: 33603
Submitted by: MAINTAINER
@
text
@--- acconfig.h.orig	Wed Jul  5 11:59:25 2000
+++ acconfig.h	Fri Sep 15 20:56:28 2000
@@@@ -84,6 +84,12 @@@@
 /* do we have PAM for plaintext password checking? */
 #undef HAVE_PAM
 
+/* do we have MySQL for plaintext password checking? */
+#undef HAVE_MYSQL
+
+/* do we have LDAP for plaintext password checking? */
+#undef HAVE_LDAP
+
 /* what flavor of GSSAPI are we using? */
 #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
 
@


1.1
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
@@

