Skip to content
Snippets Groups Projects
Commit 8e12768e authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

subtreeSpecification syntax change : -binary +validator

parent c7d3d423
No related branches found
No related tags found
No related merge requests found
......@@ -2753,8 +2753,8 @@ static slap_syntax_defs_rec syntax_defs[] = {
{"( 1.3.6.1.4.1.1466.115.121.1.44 DESC 'Printable String' )",
0, printableStringValidate, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' "
X_BINARY X_NOT_H_R ")",
SLAP_SYNTAX_BINARY|SLAP_SYNTAX_BER, NULL, NULL},
/*X_BINARY*/ X_NOT_H_R ")",
/*SLAP_SYNTAX_BINARY|*/ SLAP_SYNTAX_BER, berValidate, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' "
X_BINARY X_NOT_H_R ")",
SLAP_SYNTAX_BINARY|SLAP_SYNTAX_BER, berValidate, NULL},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment