#define phoneNumberNormalize numericStringNormalize
#define telexNumberNormalize numericStringNormalize
-/* unimplemented normalizers */
-#define bitStringNormalize NULL
-
/* unimplemented pretters */
#define dnPretty NULL
#define integerPretty NULL
{"( 1.3.6.1.4.1.1466.115.121.1.4 DESC 'Audio' " X_NOT_H_R ")",
SLAP_SYNTAX_BLOB, blobValidate, NULL, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.5 DESC 'Binary' " X_BINARY X_NOT_H_R ")",
- SLAP_SYNTAX_BER, berValidate, NULL, NULL},
+ SLAP_SYNTAX_BINARY|SLAP_SYNTAX_BER, berValidate, NULL, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.6 DESC 'Bit String' )",
0, bitStringValidate, NULL, NULL },
{"( 1.3.6.1.4.1.1466.115.121.1.7 DESC 'Boolean' )",