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

Re: (ITS#5236) core.ldif differs from core.schema



dieter@dkluenter.de wrote:
> Full_Name: Dieter Kluenter
> Version: HEAD
> OS: Linux
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (84.142.190.40)
> 
> 
> core.ldif
> 
> olcAttributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' )
>   DESC 'RFC2256: ISO-3166 country 2-letter code'
>   SUP name SINGLE-VALUE )
> 
> core.schema
> attributetype ( 2.5.4.6 NAME 'c'
>         DESC 'RFC2256: ISO-3166 country 2-letter code'
>         SUP name
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
>         SINGLE-VALUE )
> 
> As far as I understand, core.schema is correct here.

Seems someone updated core.schema for RFC4519 but didn't update core.ldif. I'm 
puzzled why RFC4519 drops the 'countryName' alias for this type from the 
RFC2256 definition.

-- 
   -- Howard Chu
   Chief Architect, Symas Corp.  http://www.symas.com
   Director, Highland Sun        http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP     http://www.openldap.org/project/