[ 
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: [email protected]
> 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: [email protected]
> 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.

Reply via email to