mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Treat telephone syntax as numeric
This commit is contained in:
parent
aa10d362b7
commit
d1fd2436da
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ struct syntax_defs_rec syntax_defs[] = {
|
|||
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.50 DESC 'Telephone Number' )",
|
||||
0, blobValidate, NULL, NULL},
|
||||
0, IA5StringValidate, NumericStringNormalize, NULL},
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.51 DESC 'Teletex Terminal Identifier' )",
|
||||
0, NULL, NULL, NULL},
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.52 DESC 'Telex Number' )",
|
||||
|
|
|
|||
Loading…
Reference in a new issue