""Yunhwan Kang"" <vanora@korea.com> wrote...
> attribute definition is below. this attribute make
> errors.
>
> attributetype ( 1.1.2.1.30 NAME 'hello_yn'
> EQUALITY caseIgnoreMatch
> SUBSTR caseIgnoreSubstringMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{3} )
why such error occurred???
attribute names must not contain underscores. ("_")
daniel