Hi guys, With Studio 1.4.0.v20090407 connecting to NetWare 6.5 I get an "Attribute Or Value Exists" error when modifying an attribute value. This seems to occur as the new value is added before the old one is deleted.
The LDIF in the modification logs view looks something like: dn: cn=schema changetype: modify add: objectClasses objectClasses: ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' [...new value...] - delete: objectClasses objectClasses: ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' [...old value...] - I guess the problem is specific to the schema as the the same objectClass can't be added twice. Can the order of these modifications be switched so the delete is done before the add? Thanks, Martin
