LDif Import changetype: modify add attribute attrId is not case insensitive
---------------------------------------------------------------------------
Key: DIRSTUDIO-166
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-166
Project: Directory Studio
Issue Type: Bug
Affects Versions: 0.8.1
Reporter: David Jencks
Importing an ldif file with this works:
dn: dc=example,dc=com
changetype: modify
add: administrativeRole
administrativeRole: accessControlSpecificArea
but
dn: dc=example,dc=com
changetype: modify
add: administrativerole
administrativeRole: accessControlSpecificArea
does not. According to a discussion on IRC the attrId comparison should be
case insensitive. See also DIRSERVER-1029 where a related but worse problem in
the shared LdifReader is discussed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.