]> git.sur5r.net Git - openldap/commitdiff
jpeg syntax should be using blobValidator.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Aug 2000 17:55:33 +0000 (17:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Aug 2000 17:55:33 +0000 (17:55 +0000)
servers/slapd/schema_init.c

index 814004e67c362dd008bb35860a132ea54d5f9bc6..9ca8ca582616efb2b94e7b9be95e092e38961cd4 100644 (file)
@@ -2027,7 +2027,7 @@ struct syntax_defs_rec syntax_defs[] = {
        {"( 1.3.6.1.4.1.1466.115.121.1.27 DESC 'Integer' )",
                0, integerValidate, integerNormalize, integerPretty},
        {"( 1.3.6.1.4.1.1466.115.121.1.28 DESC 'JPEG' " X_NOT_H_R ")",
-               SLAP_SYNTAX_BLOB, NULL, NULL, NULL},
+               SLAP_SYNTAX_BLOB, blobValidate, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.29 DESC 'Master And Shadow Access Points' )",
                0, NULL, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.30 DESC 'Matching Rule Description' )",