Bug 1183279
Summary: | ipa-replica-manage disconnect fails without password | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Scott Poore <spoore> | ||||||||
Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 7.1 | CC: | drieden, mkosek, rcritten | ||||||||
Target Milestone: | rc | Keywords: | Regression | ||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | ipa-4.1.0-16.el7 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2015-03-05 10:19:26 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: | |||||||||||
Attachments: |
|
Description
Scott Poore
2015-01-18 01:55:15 UTC
Created attachment 981103 [details]
/var/log dir from master
Created attachment 981104 [details]
/var/log dir from replica1
Created attachment 981105 [details]
/var/log dir from replica2
Thanks for the bug report. I verified this is indeed a regression caused by PermissionV2 ACI refactoring. I will clone an upstream bug Upstream ticket: https://fedorahosted.org/freeipa/ticket/4848 Fixed upstream master: https://fedorahosted.org/freeipa/changeset/251c97cf96edccaec5ce034007068609ad69227f ipa-4-1: https://fedorahosted.org/freeipa/changeset/338831aea3cdf04a27f5ea9159f84f9ce933e0c1 Verified. Version :: ipa-server-4.1.0-16.el7.x86_64 Results :: [root@rhel7-1 ~]# kdestroy -A [root@rhel7-1 ~]# ipa-replica-manage -p Secret123 connect rhel7-3.example.com ipa: INFO: Getting ldap service principals for conversion: (krbprincipalname=ldap/rhel7-1.example.com) and (krbprincipalname=ldap/rhel7-3.example.com) Connected 'rhel7-1.example.com' to 'rhel7-3.example.com' [root@rhel7-1 ~]# ipa-replica-manage list rhel7-3.example.com Directory Manager password: rhel7-1.example.com: replica rhel7-2.example.com: replica [root@rhel7-1 ~]# kinit admin Password for admin: [root@rhel7-1 ~]# ipa-replica-manage disconnect rhel7-1.example.com rhel7-2.example.com ipa: INFO: Setting agreement cn=meTorhel7-1.example.com,cn=replica,cn=dc\=example\,dc\=com,cn=mapping tree,cn=config schedule to 2358-2359 0 to force synch ipa: INFO: Deleting schedule 2358-2359 0 from agreement cn=meTorhel7-1.example.com,cn=replica,cn=dc\=example\,dc\=com,cn=mapping tree,cn=config ipa: INFO: Replication Update in progress: TRUE: status: 0 Replica acquired successfully: Incremental update started: start: 0: end: 0 ipa: INFO: Replication Update in progress: FALSE: status: 0 Replica acquired successfully: Incremental update succeeded: start: 0: end: 0 Deleted replication agreement from 'rhel7-1.example.com' to 'rhel7-2.example.com' [root@rhel7-1 ~]# [root@rhel7-1 ~]# ipa-replica-manage list rhel7-2.example.com rhel7-3.example.com: replica [root@rhel7-1 ~]# ipa-replica-manage list rhel7-1.example.com rhel7-3.example.com: replica [root@rhel7-1 ~]# ipa-replica-manage list rhel7-3.example.com rhel7-1.example.com: replica rhel7-2.example.com: replica [root@rhel7-1 ~]# ipa-replica-manage connect rhel7-1.example.com rhel7-2.example.com ipa: INFO: Getting ldap service principals for conversion: (krbprincipalname=ldap/rhel7-1.example.com) and (krbprincipalname=ldap/rhel7-2.example.com) Connected 'rhel7-1.example.com' to 'rhel7-2.example.com' Looks good. 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. https://rhn.redhat.com/errata/RHSA-2015-0442.html |