You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Delubac Benjamin (JIRA)" <ji...@apache.org> on 2009/03/24 13:25:50 UTC

[jira] Created: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

lowercase m-may attributes change on LDIF import with Studio
------------------------------------------------------------

                 Key: DIRSERVER-1336
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: core
    Affects Versions: 1.5.4
         Environment: Windows Server 2003
            Reporter: Delubac Benjamin


When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
Example of LDIF file :

dn: uid=048770,dc=personnes,dc=chs,dc=fr
objectClass: organizationalPerson
objectClass: person
objectClass: inetOrgPerson
objectClass: top
cn: DUPONT Jean
givenName: Jean
mail: jdupont@test.fr
sn: DUPONT
uid: 048770

Result import in LDAP :

dn: uid=048770,dc=personnes,dc=chs,dc=fr
objectClass: organizationalPerson
objectClass: person
objectClass: inetOrgPerson
objectClass: top
cn: DUPONT Jean
givenname: Jean
mail: jdupont@test.fr
sn: DUPONT
uid: 048770

"ginvenName" become "givenname" ...
Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696947#action_12696947 ] 

Delubac Benjamin commented on DIRSERVER-1336:
---------------------------------------------

The only way i've find is to add elements in two times (I work in PHP) :

- First, I add the m-must attributs (objectClass, cn ...)
- Second, I add m-may attributes with ldap_mod_add() function

$attributes["roleOccupant"][ ] = $dn;
ldap_mod_add($ldap_link,$dn_root,$attribute);

"roleOccupant" attributes have uppercase "O" in LDAP...

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688669#action_12688669 ] 

Delubac Benjamin commented on DIRSERVER-1336:
---------------------------------------------

I've tested import LDIF with phpldapadmin, same issue ...

Server Bug or LDIF format error ?

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Updated: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

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

Emmanuel Lecharny updated DIRSERVER-1336:
-----------------------------------------

    Fix Version/s:     (was: 1.5.5)
                   2.0.0-RC1

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741345#action_12741345 ] 

Emmanuel Lecharny commented on DIRSERVER-1336:
----------------------------------------------

We are currently working on the Modify operation (on another bug). I will give a look at this issue as I'm familiar with the code, and give you a feedback soon.

1.5.5 will probably be voted in the next few days, and release 3 days later, if the vote is positive. I hope we can get it out by the end of this week !

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Closed: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

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

Kiran Ayyagari closed DIRSERVER-1336.
-------------------------------------


> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696985#action_12696985 ] 

Stefan Seelmann commented on DIRSERVER-1336:
--------------------------------------------

Could be related to DIRSERVER-1269, I'll check.

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Issue Comment Edited: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696947#action_12696947 ] 

Delubac Benjamin edited comment on DIRSERVER-1336 at 4/8/09 1:41 AM:
---------------------------------------------------------------------

The only way i've find is to add elements in two times (I work in PHP) :

- First, I add the m-must attributs (objectClass, cn ...)
- Second, I add m-may attributs with ldap_mod_add() function

$attributes["roleOccupant"][ ] = $dn;
ldap_mod_add($ldap_link,$dn_root,$attribute);

"roleOccupant" attributes have uppercase "O" in LDAP...

      was (Author: maxbenji):
    The only way i've find is to add elements in two times (I work in PHP) :

- First, I add the m-must attributs (objectClass, cn ...)
- Second, I add m-may attributes with ldap_mod_add() function

$attributes["roleOccupant"][ ] = $dn;
ldap_mod_add($ldap_link,$dn_root,$attribute);

"roleOccupant" attributes have uppercase "O" in LDAP...
  
> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Issue Comment Edited: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688669#action_12688669 ] 

Delubac Benjamin edited comment on DIRSERVER-1336 at 3/24/09 6:01 AM:
----------------------------------------------------------------------

I've tested import LDIF with phpldapadmin, same issue ...

I've export with Eclipse Studio and import the LDIF file previously exported, same issue ...

Server Bug or LDIF format error ?

      was (Author: maxbenji):
    I've tested import LDIF with phpldapadmin, same issue ...

Server Bug or LDIF format error ?
  
> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Resolved: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

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

Kiran Ayyagari resolved DIRSERVER-1336.
---------------------------------------

    Resolution: Fixed

This is no longer reproducible on the current trunk, should have been fixed during the schema system rewrite.
Note that the LDIF data exported after adding the entry maintains the case of attribute names. Marking as resolved.

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Updated: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

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

Emmanuel Lecharny updated DIRSERVER-1336:
-----------------------------------------

    Fix Version/s: 1.5.5

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Carlo Accorsi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741341#action_12741341 ] 

Carlo Accorsi commented on DIRSERVER-1336:
------------------------------------------

We also have seen this issue while using a 3rd party Java LDAP api. Attributes that are removed and re-added or modified with a specfic case, are created lower case. For example when we initially create the entry, the attribute displayName comes in with the correct case. However, later if we modify the attribute, the case turns to displayname (all lowercase). This causes issues later in our application because the API is case sensitive. So searching for displayName=Smith* yields no results after the entry is modified.  

Question, the issues list says this is fixed in 1.5.5. Any ideas when this might become available? Otherwise, is there a patch that might be available in the interim? We appreciate this great product and look forward to getting this issue resolved. Thank you. 

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713137#action_12713137 ] 

Delubac Benjamin commented on DIRSERVER-1336:
---------------------------------------------

OK, i'm waiting for this release !!

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749792#action_12749792 ] 

Delubac Benjamin commented on DIRSERVER-1336:
---------------------------------------------

Thx, Can't test it for this moment, I have to resolve a Windows Service Error when I try to upgrade to 1.5.5.

Apache DS Service don't want to start ...

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743573#action_12743573 ] 

Emmanuel Lecharny commented on DIRSERVER-1336:
----------------------------------------------

Postponed to the next release : The schema subsystem and Modify operatio are under a heavy refactoring, and 1.5.5. will be released without the patch. Next release is due for the next month, and this issue will be fixed as soon as the modify() refactoring will be done, something I'm working on atm.

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Carlo Accorsi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749651#action_12749651 ] 

Carlo Accorsi commented on DIRSERVER-1336:
------------------------------------------

The 1.5.5 build fixed our issue. Thank you!!

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Assigned: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

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

Emmanuel Lecharny reassigned DIRSERVER-1336:
--------------------------------------------

    Assignee: Emmanuel Lecharny

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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


[jira] Commented: (DIRSERVER-1336) lowercase m-may attributes change on LDIF import with Studio

Posted by "Delubac Benjamin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696989#action_12696989 ] 

Delubac Benjamin commented on DIRSERVER-1336:
---------------------------------------------

I've shown this topic, but in my case, it appears on "modify" and "create" procedure.

More over I don't understand how I can use the .java file linked in the topic (I'm on Windows machine) ...

Thx (and sorry for my poor english)

> lowercase m-may attributes change on LDIF import with Studio
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-1336
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1336
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>         Environment: Windows Server 2003
>            Reporter: Delubac Benjamin
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> When I import LDIF file with Studio "import" function, attributes (m-may type) switch to lowercase. 
> Example of LDIF file :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenName: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> Result import in LDAP :
> dn: uid=048770,dc=personnes,dc=chs,dc=fr
> objectClass: organizationalPerson
> objectClass: person
> objectClass: inetOrgPerson
> objectClass: top
> cn: DUPONT Jean
> givenname: Jean
> mail: jdupont@test.fr
> sn: DUPONT
> uid: 048770
> "ginvenName" become "givenname" ...
> Thanks and congratulation for Eclipse Community Awards 2009 ;-)

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