Bug 430036

Summary: in Find Service Principals, searching on 'http' will not give results for 'HTTP'
Product: [Retired] freeIPA Reporter: Chandrasekar Kannan <ckannan>
Component: WebUIAssignee: Rob Crittenden <rcritten>
Status: CLOSED WONTFIX QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: benl, mgregg, rcritten, shillman, ssorce, yzhang
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-29 15:11:34 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:
Bug Depends On:    
Bug Blocks: 246164, 429034    

Description Chandrasekar Kannan 2008-01-24 07:18:31 UTC
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.