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

ldap_add: Naming violation (64)



Hi all, 

 

I have a problem when i try import a ldif file. 

 

This is the error that appears. 

 

adding new entry "privLanguage=ru,ou=lang, ou=org, o=corp.kermet.com"

ldap_add: Naming violation (64)

        additional info: naming attribute 'privLanguage' has no equality
matching rule

 

 

that it means this error?

 

 

These are my object class and attribute 

 

 

objectclass ( 1.3.6.1.4.1.1820.7.1.4

        NAME 'privLanguage'

        SUP top

        STRUCTURAL

        MUST ( privLanguage )

        MAY ( description ))

 

 

attributetype ( 1.3.6.1.4.1.1820.7.2.11 NAME

        'privLanguage'

        DESC 'lengua del currante'

        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15

        SINGLE-VALUE )

 

 

 

 

Thanks a lot of.