Details
Description
Hi,
not completely sure if this is a bug, sorry... but please read the rest of the issue description.
I'm having an issue importing an schema. I see it both when I try to import the schema in Directory Studio, and into an ApacheDS (running 2.0.0-M23) connected through Directory Studio.
This schema seems to be imported correctly in openldap and 389, and the definition of the attibute that causes the issue is simmilar to that included in RFC 4523 section 4.1:
( 2.5.4.36 NAME 'userCertificate'
DESC 'X.509 user certificate'
EQUALITY certificateExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
My definition of the attribute is:
attributetype ( 1.3.6.1.4.1.7547.4.3.2.4 NAME 'digitalCertificate'
DESC 'RFC2256: X.509 certificate, use ;binary'
EQUALITY certificateExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
What can be wrong?
Thanks,
Jose.