Bug 609321

Summary: case-insensitive searches against "mail" attribute not working
Product: [Retired] 389 Reporter: devonab
Component: SchemaAssignee: Rich Megginson <rmeggins>
Status: CLOSED DUPLICATE QA Contact: Chandrasekar Kannan <ckannan>
Severity: high Docs Contact:
Priority: low    
Version: 1.2.5CC: benl, mastahnke, nhosoi, nkinder, rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-30 00:05:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description devonab 2010-06-29 23:57:48 UTC
Description of problem: case-insensitive queries of thr mail attribute do not work. case sensitive searches do. this seems to be an issue with the IA5String data type.  I tried updating the schema to use the DirectoryString data type but that didn't work. 


Version-Release number of selected component (if applicable): 1.2.5


How reproducible: always


Steps to Reproduce:
1. add entry using John.Doe to directory
2. ldapsearch -x -LLL -h host -b basedn mail=john.doe
3.
  
Actual results:
empty result set

Expected results:
expect to see the john doe entry

Additional info:

Comment 1 Rich Megginson 2010-06-30 00:05:29 UTC

*** This bug has been marked as a duplicate of bug 559315 ***