* Quanah Gibson-Mount <[EMAIL PROTECTED]>: > I see two problems here: > > 1) You are using caseExactMatch on an IA5 string > 2) You are using an "exact match" rule for substring searches > > It should be: > > attributetype ( 1.3.6.1.4.1.192.6.1.3.2.4 NAME 'maxMailboxServer' > EQUALITY caseExactIA5Match > SUBSTR caseExactIA5SubstringsMatch > SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
You are my saviour. It worked! Thank you
