Bug 437566 - ipa-addservice will fail if the realm is included in the principal name
Summary: ipa-addservice will fail if the realm is included in the principal name
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: 1.0
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 453489
TreeView+ depends on / blocked
 
Reported: 2008-03-14 21:51 UTC by Rob Crittenden
Modified: 2015-01-04 23:31 UTC (History)
3 users (show)

Fixed In Version: freeipa-2.0.0-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-27 07:16:34 UTC
Embargoed:


Attachments (Terms of Use)
allow realm to be included in add_service_principal() call (1.72 KB, patch)
2008-03-17 18:10 UTC, Rob Crittenden
no flags Details | Diff

Description Rob Crittenden 2008-03-14 21:51:57 UTC
It is natural for people who know kerberos to include the realm name in the
principal name when requesting one from ipa-addservice.

Currently it will fail if the realm is included. What we should do instead is
drop the realm silently if it matches the IPA realm. It will make for a much
nicer user experience.

Comment 1 Rob Crittenden 2008-03-17 18:10:27 UTC
Created attachment 298290 [details]
allow realm to be included in add_service_principal() call

Comment 3 Jenny Severance 2008-11-19 14:46:30 UTC
Fix verified:

[root@jennyv3 ~]# ipa-addservice nfs/jennyv4.bos.redhat.com.COM
[root@jennyv3 ~]# ipa-findservice jennyv4.bos.redhat.com
host/jennyv4.bos.redhat.com.COM
ssh/jennyv4.bos.redhat.com.COM
nfs/jennyv4.bos.redhat.com.COM


Note You need to log in before you can comment on or make changes to this bug.