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

Syntax of ldabeledURI (ITS#1040)



Full_Name: Norbert Klasen
Version: 2.0.7
OS: 
URL: 
Submission from: (NULL) (134.2.3.102)


The syntax of the labeledURI attribute in OpenLDAP 2.0.7 is IA5 String. This 
precludes us from using any Umlauts (öäü) in the label. RFC2073 states that 
instead of HTML escapes ("ä") T.61 should be used to represent non-ASCII 
characters. Since LDAPv3 uses UTF-8 I suggest that the syntax of labeledURI is 
changed to Directory String and the matching rule to caseExactMatch:

attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
        DESC 'RFC2079: Uniform Resource Identifier with optional label'
        EQUALITY caseExactMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )