[Date Prev][Date Next] [Chronological] [Thread] [Top]

$ in telexNumber (ITS#1419)



Full_Name: Magnus Söderlund
Version: 2.0.18
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (130.239.17.135)


OpenLDAP doesn't handle '$' in attribute telexNumber, when examing 
core.schema i find:

   attributetype ( 2.5.4.21 NAME 'telexNumber'
           SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )

And in servers/slapd/schema_init.c:3791 :

    {"( 1.3.6.1.4.1.1466.115.121.1.52 DESC 'Telex Number' )",
                0, printableStringValidate, IA5StringNormalize, NULL},

Its possible that printableStringValidate should be printablesStringValidate,

That $ should be accepted is clear from for instance RFC 2256.

/Magnus