You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Norbert Reilly (JIRA)" <ji...@apache.org> on 2006/05/10 06:15:04 UTC

[jira] Created: (DIRSERVER-618) LDIF doesn't support "changetype" attribute

LDIF doesn't support "changetype" attribute
-------------------------------------------

         Key: DIRSERVER-618
         URL: http://issues.apache.org/jira/browse/DIRSERVER-618
     Project: Directory ApacheDS
        Type: Improvement

  Components: ldap  
 Environment: N/A
    Reporter: Norbert Reilly


org.apache.directory.shared.ldap.ldif.LdifParser seems to have one variant of the parse() method that knows how to deal with the "changetype"  attribute detailed in http://www.rfc-editor.org/rfc/rfc2849.txt, but not the one actually being used.

This functionality is a very handy feature of the LDIF format, and combined with ApacheDS' capability to read LDIF files at start-up provide a handy entry point for sanity tests when using the directory to host custom partitions.

Hence this issue aims to ask the question whether "changetype" can be supported.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRSERVER-618) LDIF doesn't support "changetype" attribute

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRSERVER-618?page=comments#action_12378829 ] 

Emmanuel Lecharny commented on DIRSERVER-618:
---------------------------------------------

The LdifReader class (in trunks) has been commited yesturday. It handles all the changeType operations. The target is to build a tool simular to LdifDe that can be used to inject data into a Ldap Server (be it ADS or any other).

> LDIF doesn't support "changetype" attribute
> -------------------------------------------
>
>          Key: DIRSERVER-618
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-618
>      Project: Directory ApacheDS
>         Type: Improvement

>   Components: ldap
>  Environment: N/A
>     Reporter: Norbert Reilly

>
> org.apache.directory.shared.ldap.ldif.LdifParser seems to have one variant of the parse() method that knows how to deal with the "changetype"  attribute detailed in http://www.rfc-editor.org/rfc/rfc2849.txt, but not the one actually being used.
> This functionality is a very handy feature of the LDIF format, and combined with ApacheDS' capability to read LDIF files at start-up provide a handy entry point for sanity tests when using the directory to host custom partitions.
> Hence this issue aims to ask the question whether "changetype" can be supported.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIRSERVER-618) LDIF doesn't support "changetype" attribute

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSERVER-618?page=all ]

Emmanuel Lecharny resolved DIRSERVER-618.
-----------------------------------------

    Resolution: Fixed

Was fixed two months ago.

> LDIF doesn't support "changetype" attribute
> -------------------------------------------
>
>                 Key: DIRSERVER-618
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-618
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: ldap
>         Environment: N/A
>            Reporter: Norbert Reilly
>
> org.apache.directory.shared.ldap.ldif.LdifParser seems to have one variant of the parse() method that knows how to deal with the "changetype"  attribute detailed in http://www.rfc-editor.org/rfc/rfc2849.txt, but not the one actually being used.
> This functionality is a very handy feature of the LDIF format, and combined with ApacheDS' capability to read LDIF files at start-up provide a handy entry point for sanity tests when using the directory to host custom partitions.
> Hence this issue aims to ask the question whether "changetype" can be supported.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DIRSERVER-618) LDIF doesn't support "changetype" attribute

Posted by "Norval Hope (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norval Hope closed DIRSERVER-618.
---------------------------------


> LDIF doesn't support "changetype" attribute
> -------------------------------------------
>
>                 Key: DIRSERVER-618
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-618
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: ldap
>         Environment: N/A
>            Reporter: Norval Hope
>
> org.apache.directory.shared.ldap.ldif.LdifParser seems to have one variant of the parse() method that knows how to deal with the "changetype"  attribute detailed in http://www.rfc-editor.org/rfc/rfc2849.txt, but not the one actually being used.
> This functionality is a very handy feature of the LDIF format, and combined with ApacheDS' capability to read LDIF files at start-up provide a handy entry point for sanity tests when using the directory to host custom partitions.
> Hence this issue aims to ask the question whether "changetype" can be supported.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.