Dieter Kluenter wrote: > Hi, > for particular reasons entries have to have a multi valued otherMailbox > attribute, something like > > dn: cn=foo bar,ou=some ou > objectclass: inetorgPerson > objectclass: extensibleObject > ... > otherMailbox: [EMAIL PROTECTED] > otherMailbox: [EMAIL PROTECTED] > > Adding the second attribute value I get error 18, inappropriate > matching. Is this intended behaviour or is this a bug?
otherMailbox has no matching rule, so you can't add other values, you need to replace the existing values with the new set. p. Ing. Pierangelo Masarati OpenLDAP Core Team SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: [EMAIL PROTECTED] ---------------------------------------
