At 04:08 AM 2002-06-20, Alex Zhukov wrote: >from local.schema: >attributetype ( 1.3.6.1.4.1.7915.1.2.1.3 NAME 'upoption' > DESC 'upoption' > EQUALITY caseExactMatch > SUBSTR caseExactSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) The case exact matching rules are not compatible with the octet string syntax. Use Directory String syntax instead. Kurt