mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix up subtreeSpecification to allow new GSER-based string format
(real validatator needed).
This commit is contained in:
parent
8e12768eed
commit
b9fe2c2fd6
1 changed files with 3 additions and 3 deletions
|
|
@ -2752,9 +2752,9 @@ static slap_syntax_defs_rec syntax_defs[] = {
|
|||
0, NULL, NULL},
|
||||
{"( 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, berValidate, NULL},
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' )",
|
||||
#define subtreeStringValidate UTF8StringValidate /* FIXME */
|
||||
0, subtreeSpecificationValidate, 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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue