Bug 459234 - If one option from ipa.conf is missing, the rest can get ignored
Summary: If one option from ipa.conf is missing, the rest can get ignored
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-python
Version: 1.1
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 453489
TreeView+ depends on / blocked
 
Reported: 2008-08-15 08:56 UTC by Martin Nagy
Modified: 2016-07-26 23:47 UTC (History)
6 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:15:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Martin Nagy 2008-08-15 08:56:09 UTC
Notice the server where the ipa-deluser is connecting. The server in dns is server.ipatest.com. I know you might think this is caused by Bug 458869 but it's not, because, even if it were, ipa-deluser would always connect to the same server.

# cat /etc/ipa/ipa.conf 
[defaults]
realm=IPATEST.COM
server=fake.ipatest.com
domain=ipatest.com

# ipa-deluser -v jdoe
Connecting to IPA server: https://fake.ipatest.com/ipa/xml
Could not initialize GSSAPI: An invalid name was supplied/Hostname cannot be canonicalized

# vim /etc/ipa/ipa.conf

# cat /etc/ipa/ipa.conf
[defaults]
#realm=IPATEST.COM
server=fake.ipatest.com
domain=ipatest.com

# ipa-deluser -v jdoe
Connecting to IPA server: https://server.ipatest.com/ipa/xml
Connecting to IPA server: https://server.ipatest.com/ipa/xml
[snip]
jdoe not found

Comment 1 Martin Nagy 2008-09-16 23:03:36 UTC
master: a9e8a72059ca5a6db13a9835d20f68dd16ce9a7a

Comment 2 Jenny Severance 2008-11-19 13:35:31 UTC
fix verified:

[root@jennyv3 ~]# ipa-deluser -v tester
Connecting to IPA server: https://fake.bos.redhat.com/ipa/xml
Connecting to IPA server: https://fake.bos.redhat.com/ipa/xml
Could not initialize GSSAPI: An invalid name was supplied/Hostname cannot be canonicalized


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