Uploaded image for project: 'Directory Studio'
  1. Directory Studio
  2. DIRSTUDIO-513

Do delete before add when modifying attribute values

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • 1.5.0
    • studio-ldapbrowser
    • None

    Description

      When connecting to Novell eDirectory and modifying the schema an "Attribute Or Value Exists" error occurs. This is due to the modification performing an add before the delete and eDirectory (wrongly) complains that the same OID has been used more than once before realising that the old value should be deleted. Note that this is a problem with eDirectory but it would be useful if Studio asked for the delete to be performed before the add when modifying an attribute value which eDirectory is OK with.

      An example of the LDIF in the modifications logs view for an operation that fails is:

      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...]
      -

      It also seems that modifying the schema on ApacheDS has the same issue.

      Attachments

        Activity

          People

            seelmann Stefan Seelmann
            equim Martin Alderson
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: