pkgsrc/security/pam-ldap/patches/patch-ab

14 lines
367 B
Text

$NetBSD: patch-ab,v 1.3 2003/11/05 13:10:27 rtr Exp $
--- pam_ldap.h.orig 2002-06-08 14:49:15.000000000 +1000
+++ pam_ldap.h
@@ -19,6 +19,9 @@
* Boston, MA 02111-1307, USA.
*/
+/* pam_ldap 164 defines LDAP_FILT_MAXSIZ 1024 */
+#define LDAP_FILT_MAXSIZ 1024
+
#ifdef HAVE_SECURITY_PAM_APPL_H
#include <security/pam_appl.h>
#elif defined(HAVE_PAM_PAM_APPL_H)