You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Achim Willems (JIRA)" <ji...@apache.org> on 2013/06/01 20:54:19 UTC

[jira] [Created] (DIRAPI-142) m-oid=1.3.6.1.4.1.18060.0.4.1.2.924.ldif contains wrong DN

Achim Willems created DIRAPI-142:
------------------------------------

             Summary: m-oid=1.3.6.1.4.1.18060.0.4.1.2.924.ldif contains wrong DN
                 Key: DIRAPI-142
                 URL: https://issues.apache.org/jira/browse/DIRAPI-142
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M17
            Reporter: Achim Willems
            Priority: Minor


The file "schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.924.ldif" which is part of "api-ldap-schema-data-1.0.0-M17.jar" contains a typo in the DN:

instead of
dn: m-oid=1.3.6.1.4.1.18060.0.4.1.2.924, ou=attributetypes, cn=adsconfig, ou=schma

it should be
dn: m-oid=1.3.6.1.4.1.18060.0.4.1.2.924, ou=attributetypes, cn=adsconfig, ou=schema

The error was detected using the SchemaLdifToPartitionExtractor. Calling the extractOrCopy method caused an InvalidObjectException.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira