Bug 447381
| Summary: | kerberos principal names were in the wrong case | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] freeIPA | Reporter: | Jaakan Shorter <jaakanshorter> | ||||
| Component: | ipa-server | Assignee: | Rob Crittenden <rcritten> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 1.0 | CC: | benl, yzhang | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | freeipa-2.0.0-1.fc15 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-03-27 07:14:00 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: | 429034 | ||||||
| Attachments: |
|
||||||
|
Description
Jaakan Shorter
2008-05-19 18:41:22 UTC
Created attachment 306126 [details]
ensure hostname is lower case during install & when adding service principals
iap-1-0: e7aa0b6c5e4eb472d09744e4c8c1ed916c5ca1ac master: fcd3260955f38bda970b6cba16b72b576d727b63 did 2 test to verify this scenario --------------------------- test 1 server32[12/04/08 17:18]~> ipa-addservice CIFS/cIfS.RHQA.Net server32[12/04/08 17:19]~> /usr/lib/mozldap/ldapsearch -D "cn=directory manager" -w redhat123 -s sub -b "dc=rhqa,dc=net" "" "*" | grep -i "cifs" dn: krbprincipalname=CIFS/cifs.rhqa.net,cn=services,cn=accounts,dc=rh krbPrincipalName: CIFS/cifs.rhqa.net -------------------------------------- test 2 server32[12/04/08 17:19]~> ipa-addservice otHER/oTHER.RHQA.Netserver32[12/04/08 17:20]~> /usr/lib/mozldap/ldapsearch -D "cn=directory manager" -w redhat123 -s sub -b "dc=rhqa,dc=net" "" "*" | grep -i "OTHER" description: Limited admins who can edit other users dn: krbprincipalname=otHER/other.rhqa.net,cn=services,cn=accounts,dc= krbPrincipalName: otHER/other.rhqa.net please pay special attention to test 2, the krbPrincipalName becomes otHER/other.rhqa.net does "otHER" string suppose to be here? Please verify this. We don't touch the case of the service name. It gets stored as whatever the user passed in. Some service names are upper-case (HTTP) and some are lower-case (host). It is up to the user to specify the right service. based on Rob's comment, bug closed |