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

dns.schema



Does anyonw know about this?

I have a schema for ldap2dns which is:

 

attributetype ( 1.3.6.1.4.1.7222.1.4.12

        NAME 'dnsipaddr'

        EQUALITY numericStringMatch

        SUBSTR numericStringSubstringsMatch

        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} )

 

attributetype ( 1.3.6.1.4.1.7222.1.4.13

        NAME 'dnscipaddr'

        EQUALITY numericStringMatch

        SUBSTR numericStringSubstringsMatch

        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} )

       

 

While running slapd I get the following error:

usr/local/etc/openldap/schema/dns.schema: line 58: AttributeType inappropriate matching rule: "numericStringMatch"

 

 

 

Anyone have an idea?

Help will be appreciated.