Skip to content
Snippets Groups Projects
Commit a14b3b29 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add X-BINARY (binary transfer required) and X-NOT-H-R (not human readable)

to appropriate syntaxes.
parent 074be5fb
No related branches found
No related tags found
No related merge requests found
......@@ -273,8 +273,8 @@ struct syntax_defs_rec {
slap_syntax_transform_func *sd_str2ber;
};
#define X_BINARY ""
#define X_NOT_H_R ""
#define X_BINARY "X-BINARY 'on' "
#define X_NOT_H_R "X-NOT-H-R 'on' "
struct syntax_defs_rec syntax_defs[] = {
{"( 1.3.6.1.4.1.1466.115.121.1.1 DESC 'ACI Item' " X_BINARY X_NOT_H_R ")",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment