- add patch for configurable number of attributes.

This commit is contained in:
Dirk Meyer 2004-03-23 15:02:08 +00:00
parent ff463e373d
commit 9328b68b1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105057

View file

@ -0,0 +1,12 @@
--- ldif.h.orig Mon Jul 8 22:57:42 2002
+++ ldif.h Mon Mar 1 12:19:54 2004
@@ -2,7 +2,9 @@
#include <ldap.h>
/* how many attributes do we allow per record? */
+#ifndef ATTRIBS
#define ATTRIBS 32
+#endif
struct attribute {
long name, value;