diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-25 20:23:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-25 20:23:03 +0000 |
commit | 615fb927970efcfc56448621c41c84e27128749e (patch) | |
tree | 6412758d7459eb2b3e778b50543adcb93868f00d /net/tinyldap/files/patch-ldif.h | |
parent | - Fix for CURRENT (diff) |
- update to 20080425
better ACL support
Diffstat (limited to '')
-rw-r--r-- | net/tinyldap/files/patch-ldif.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/tinyldap/files/patch-ldif.h b/net/tinyldap/files/patch-ldif.h index 191873ed6fc8..22f4dcf3a6e0 100644 --- a/net/tinyldap/files/patch-ldif.h +++ b/net/tinyldap/files/patch-ldif.h @@ -1,12 +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 @@ +--- ldif.h.orig 2008-04-25 13:09:34.000000000 +0200 ++++ ldif.h 2008-04-25 21:36:30.000000000 +0200 +@@ -4,7 +4,9 @@ #include <ldap.h> /* how many attributes do we allow per record? */ +#ifndef ATTRIBS - #define ATTRIBS 32 + #define ATTRIBS 100 +#endif struct attribute { - long name, value; + uint32_t name, value; |