- add patch for configurable number of attributes.
This commit is contained in:
parent
ff463e373d
commit
9328b68b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105057
1 changed files with 12 additions and 0 deletions
12
net/tinyldap/files/patch-ldif.h
Normal file
12
net/tinyldap/files/patch-ldif.h
Normal 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;
|
Loading…
Reference in a new issue