mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
Per IETF LDAPext discussions, ;binary transfer of binary syntax
makes little sense. Implementations should not require or by default return ;binary for attributes of this syntax. This means inetOrgPerson needs updating. This means Netscape roaming doesn't.
This commit is contained in:
parent
82e7b2e049
commit
e30826ea36
1 changed files with 2 additions and 2 deletions
|
|
@ -3675,8 +3675,8 @@ struct syntax_defs_rec syntax_defs[] = {
|
|||
0, NULL, NULL, 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_BINARY|SLAP_SYNTAX_BER, berValidate, NULL, NULL},
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.5 DESC 'Binary' " X_NOT_H_R ")",
|
||||
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' )",
|
||||
|
|
|
|||
Loading…
Reference in a new issue