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/files/patch-ag | |
parent | Update to version 1.0 (diff) |
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/files/patch-ag')
-rw-r--r-- | security/cyrus-sasl/files/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
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 + |