Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-704

Values in operational attributes creatorsName and modifiersName contain OID instead of attribute name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-RC4
    • 1.0-RC4, 1.5.0
    • None
    • None
    • * ApacheDS 1.0 RC4 SNAPSHOT
      * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
      * Windows XP Professional SP2

    Description

      If I create an entry and perform a modification on it, the values of the operational attributes creatorsName and modifiersName contain OIDs instead of attribute names:

      $ ldapsearch -D "uid=admin,ou=system" -w ****** -b "cn=Kate Bush,dc=example,dc=com" -s base "(objectClass=)" "" "+"
      version: 1
      dn: cn=Kate Bush,dc=example,dc=com
      createTimestamp: 20060810092457Z
      modifiersName: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
      modifyTimestamp: 20060810093218Z
      creatorsName: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
      objectclass: person
      objectclass: top
      sn: Bush
      cn: Kate Bush

      I am not sure, whether this is a defect. But it looks strange to me, I have never seen an LDAP server which does it that way, and the behavior in Apache Directory Server was also different in earlier versions (i.e. creatorsName: uid=admin,ou=system).

      Attachments

        Activity

          People

            akarasulu Alex Karasulu
            szoerner Stefan Zoerner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: