diff options
author | rtr <rtr@pkgsrc.org> | 2003-11-05 13:10:27 +0000 |
---|---|---|
committer | rtr <rtr@pkgsrc.org> | 2003-11-05 13:10:27 +0000 |
commit | 5bcf20080866f6c87a1992081b9eee76fccbb83a (patch) | |
tree | 1972f6bfd61125c227c6c6d17c8917067dcfd4c7 /security/pam-ldap | |
parent | ddfa3ce8e74f9dbbce068d16bbbc89a3fd645ba2 (diff) | |
download | pkgsrc-5bcf20080866f6c87a1992081b9eee76fccbb83a.tar.gz |
patch-ab for previous distinfo commit
Diffstat (limited to 'security/pam-ldap')
-rw-r--r-- | security/pam-ldap/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/pam-ldap/patches/patch-ab b/security/pam-ldap/patches/patch-ab new file mode 100644 index 00000000000..e6d7cb7f7c7 --- /dev/null +++ b/security/pam-ldap/patches/patch-ab @@ -0,0 +1,14 @@ +$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) |