From 636d1ebd70fd6825fbd4d30b41abf865213aa9ab Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 19 Sep 2000 02:59:29 +0000 Subject: 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 --- security/cyrus-sasl/files/patch-ag | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 security/cyrus-sasl/files/patch-ag (limited to 'security/cyrus-sasl/files/patch-ag') diff --git a/security/cyrus-sasl/files/patch-ag b/security/cyrus-sasl/files/patch-ag new file mode 100644 index 000000000000..591a08e66ab5 --- /dev/null +++ b/security/cyrus-sasl/files/patch-ag @@ -0,0 +1,15 @@ +--- 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 + -- cgit v1.2.3