Bug 823657
| Summary: | ipa-replica-manage connect fails with GSSAPI error after delete if using previous kerberos ticket | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Scott Poore <spoore> |
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.3 | CC: | dpal, jgalipea, mkosek, tbabej |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 09:13:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Scott Poore
2012-05-21 19:42:43 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. I have not been able to reproduce this issue, following the steps in the description. [tbabej@vm-046 freeIPA-scripts]$ ipa-replica-manage list vm-046.idm.lab.bos.redhat.com: master vm-069.idm.lab.bos.redhat.com: master [tbabej@vm-046 freeIPA-scripts]$ ipa-replica-manage del vm-069.idm.lab.bos.redhat.com Deleting a master is irreversible. To reconnect to the remote master you will need to prepare a new replica file and re-install. Continue to delete? [no]: yes Deleted replication agreement from 'vm-046.idm.lab.bos.redhat.com' to 'vm-069.idm.lab.bos.redhat.com' [tbabej@vm-046 freeIPA-scripts]$ ipa-replica-manage connect vm-069.idm.lab.bos.redhat.com You cannot connect to a previously deleted master However, the ticket still has deleted replica's info listed: [tbabej@vm-046 freeIPA-scripts]$ klist Ticket cache: FILE:/tmp/krb5cc_536 Default principal: admin.BOS.REDHAT.COM Valid starting Expires Service principal 10/04/12 06:59:04 10/05/12 06:59:04 krbtgt/IDM.LAB.BOS.REDHAT.COM.BOS.REDHAT.COM 10/04/12 07:27:18 10/05/12 06:59:04 ldap/vm-046.idm.lab.bos.redhat.com.BOS.REDHAT.COM 10/04/12 07:30:40 10/05/12 06:59:04 ldap/vm-069.idm.lab.bos.redhat.com.BOS.REDHAT.COM Version: [tbabej@vm-046 freeIPA-scripts]$ rpm -qa | grep ipa ipa-pki-common-theme-9.0.3-7.el6.noarch libipa_hbac-1.9.2-0.20121005T1740Zgita87ffe4.el6.x86_64 libipa_hbac-python-1.9.2-0.20121005T1740Zgita87ffe4.el6.x86_64 ipa-admintools-2.2.0-16.el6.x86_64 python-iniparse-0.3.1-2.1.el6.noarch ipa-client-2.2.0-16.el6.x86_64 ipa-server-selinux-2.2.0-16.el6.x86_64 ipa-pki-ca-theme-9.0.3-7.el6.noarch ipa-python-2.2.0-16.el6.x86_64 ipa-server-2.2.0-16.el6.x86_64 Verified. I can no longer reproduce this one. Version :: [root@vm1 ~]# rpm -qa|grep ipa libipa_hbac-python-1.8.0-32.el6.x86_64 ipa-pki-common-theme-9.0.3-7.el6.noarch ipa-pki-ca-theme-9.0.3-7.el6.noarch ipa-server-2.2.0-16.el6.x86_64 ipa-python-2.2.0-16.el6.x86_64 ipa-client-2.2.0-16.el6.x86_64 ipa-server-selinux-2.2.0-16.el6.x86_64 libipa_hbac-1.8.0-32.el6.x86_64 python-iniparse-0.3.1-2.1.el6.noarch ipa-admintools-2.2.0-16.el6.x86_64 Manual Test Results :: [root@vm1 quickinstall]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: admin Valid starting Expires Service principal 10/08/12 17:01:12 10/09/12 17:01:10 krbtgt/TESTRELM.COM [root@vm1 quickinstall]# ipa-replica-manage del vm2.testrelm.com Deleting a master is irreversible. To reconnect to the remote master you will need to prepare a new replica file and re-install. Continue to delete? [no]: yes Deleted replication agreement from 'vm1.testrelm.com' to 'vm2.testrelm.com' [root@vm1 quickinstall]# ipa-replica-manage connect vm2.testrelm.com You cannot connect to a previously deleted master [root@vm1 quickinstall]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: admin Valid starting Expires Service principal 10/08/12 17:01:12 10/09/12 17:01:10 krbtgt/TESTRELM.COM 10/08/12 17:11:22 10/09/12 17:01:10 ldap/vm1.testrelm.com 10/08/12 17:11:24 10/09/12 17:01:10 ldap/vm2.testrelm.com Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0528.html |