]> git.sur5r.net Git - openldap/commitdiff
MACRO value adjustment for x509 Certificate
authorSang Seok Lim <slim@openldap.org>
Tue, 21 Dec 2004 05:58:25 +0000 (05:58 +0000)
committerSang Seok Lim <slim@openldap.org>
Tue, 21 Dec 2004 05:58:25 +0000 (05:58 +0000)
contrib/slapd-modules/comp_match/componentlib.h

index bd3a57caf8e4ada8bd818b87c22393d1c1b06380..678f36973527e4b94cc2af242d8fee6ab0bf2059 100644 (file)
@@ -26,7 +26,7 @@
 #include <asn-gser.h>
 #include <string.h>
 
-#define MAX_IDENTIFIER_LEN     128
+#define MAX_IDENTIFIER_LEN     32
 #define COMPONENTNOT_NULL(ptr)  ((ptr) != NULL)
 
 typedef struct slap_component_type {