From: Julio Sánchez Fernández Date: Wed, 22 Sep 1999 18:15:22 +0000 (+0000) Subject: Add JPEG syntax to those known. X-Git-Tag: UCDATA_2_4~402 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f4cbeb916ba38915c5955a5ad5a77850629f2d4;p=openldap Add JPEG syntax to those known. --- diff --git a/servers/slapd/schema.c b/servers/slapd/schema.c index 0d3c3a0baf..c4b20a7e8d 100644 --- a/servers/slapd/schema.c +++ b/servers/slapd/schema.c @@ -949,6 +949,7 @@ struct syntax_defs_rec syntax_defs[] = { {"( 1.3.6.1.4.1.1466.115.121.1.25 DESC 'Guide' )", NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.26 DESC 'IA5String' )", NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.27 DESC 'Integer' )", NULL}, + {"( 1.3.6.1.4.1.1466.115.121.1.28 DESC 'JPEG' )", NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.30 DESC 'MatchingRuleDescription' )", NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.31 DESC 'MatchingRuleUseDescription' )", NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.32 DESC 'MailPreference' )", NULL},