Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.1
-
None
-
None
Description
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.