Ticket #175 (new defect) Opened 2 weeks ago Last modified 2 weeks ago in Find Service Principals, searching on 'http' will not give results for 'HTTP' Reported by: shillman Assigned to: rcritten Priority: minor Milestone: release-2 Component: ipa-gui Version: Keywords: Cc: simo Description ¶ in Find Service Principals, searching on 'http' will not give results for 'HTTP'; looks like a case sensitivity problem. Searching on 'HTTP' _will_ work, FWIW. Change History 2008-01-09 13:47:40 changed by shillman ¶ In the Web UI 9and likely the CLI) 2008-01-09 14:15:33 changed by rcritten ¶ * cc set to simo. This is because the schema marks krbPrincipalName with caseExactIA5Match. Simo, is this a good thing or a bad thing? Is there a workaround? 2008-01-09 14:34:07 changed by simo ¶ * priority changed from major to minor. * milestone changed from milestone-6 to release-2. The principals right now are case sensitive for MIT, so there is no other way but to mark this attribute as such. This may change in future (perhaps), but right now we have to cope with it, it depends on the KDC.