RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2116966 - ipa-replica-manage displays traceback: Unexpected error: 'bool' object has no attribute 'lower'
Summary: ipa-replica-manage displays traceback: Unexpected error: 'bool' object has no...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: ipa
Version: 9.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Florence Blanc-Renaud
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks: 2117303
TreeView+ depends on / blocked
 
Reported: 2022-08-09 16:03 UTC by Sudhir Menon
Modified: 2022-11-15 10:32 UTC (History)
3 users (show)

Fixed In Version: ipa-4.10.0-6.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2117303 (view as bug list)
Environment:
Last Closed: 2022-11-15 10:00:11 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Fedora Pagure freeipa issue 9218 0 None None None 2022-08-10 06:38:46 UTC
Red Hat Issue Tracker FREEIPA-8629 0 None None None 2022-08-09 16:14:35 UTC
Red Hat Issue Tracker RHELPLAN-130672 0 None None None 2022-08-09 16:14:40 UTC
Red Hat Product Errata RHBA-2022:7988 0 None None None 2022-11-15 10:00:23 UTC

Description Sudhir Menon 2022-08-09 16:03:09 UTC
Description of problem: ipa-replica-manage displays traceback: Unexpected error: 'bool' object has no attribute 'lower'

Version-Release number of selected component (if applicable):
ipa-server-4.10.0-5.el9.x86_64


How reproducible:
Always


Steps to Reproduce:
'ipa-replica-manage', 'connect', '--winsync', '--binddn', 'cn=Administrator,cn=users,dc=ad-gc0p,dc=test', '--bindpw', 'password', '--password', 'password', '--cacert', '/tmp/tmp.POTKNoKtBE', '--passsync', 'dummy', 'root-dc-gc0p.ad-gc0p.test', '-v']

Actual results:

2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG Added CA certificate /tmp/tmp.POTKNoKtBE to certificate database for master.testrelm.test
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG The user for the Windows PassSync service is uid=passsync,cn=sysaccounts,cn=etc,dc=testrelm,dc=test
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG Adding Windows PassSync system account
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG Traceback (most recent call last):
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/sbin/ipa-replica-manage", line 1616, in <module>
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     main(options, args)
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/sbin/ipa-replica-manage", line 1573, in main
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     add_link(realm, replica1, replica2, dirman_passwd, options)
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/sbin/ipa-replica-manage", line 1146, in add_link
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     repl1.setup_winsync_replication(replica2,
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/lib/python3.9/site-packages/ipaserver/install/replication.py", line 1356, in setup_winsync_replication
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     self.wait_for_repl_update(self.conn, dn, 300)
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/lib/python3.9/site-packages/ipaserver/install/replication.py", line 1200, in wait_for_repl_update
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     done, haserror, error_message = self.check_repl_update(conn, agmtdn)
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG   File "/usr/lib/python3.9/site-packages/ipaserver/install/replication.py", line 1155, in check_repl_update
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG     done = inprogress and inprogress.lower() == 'false' and start <= end
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG AttributeError: 'bool' object has no attribute 'lower'
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG Unexpected error: 'bool' object has no attribute 'lower'
2022-08-09T09:03:36-0400 [ipatests.pytest_ipa.integration.host.Host.master.cmd94] DEBUG Exit code: 1

Expected results:
Fix the traceback error.

Additional info: https://pagure.io/freeipa/issue/9218

Comment 2 Florence Blanc-Renaud 2022-08-10 06:38:45 UTC
Upstream ticket:
https://pagure.io/freeipa/issue/9218

Comment 3 Florence Blanc-Renaud 2022-08-16 06:41:36 UTC
Fixed upstream
master:
https://pagure.io/freeipa/c/8a415ff985b93dc1b9beccaa2e1b6793e2a6d854

Comment 8 Varun Mylaraiah 2022-08-26 09:51:14 UTC
ipa-server-4.10.0-6.el9.x86_64
ipa-server-dns-4.10.0-6.el9.noarch
ipa-server-trust-ad-4.10.0-6.el9.x86_64
slapi-nis-0.60.0-2.el9.x86_64


Passed	test_integration/test_winsyncmigrate.py::TestWinsyncMigrate::test_preconditions

INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa-replica-manage', 'connect', '--winsync', '--binddn', 'cn=Administrator,cn=users,dc=ad,dc=test', '--bindpw', 'Secret123', '--password', 'Secret.123', '--cacert', '/tmp/tmp.lk4OCHnSj2', '--passsync', 'dummy', 'root-dc.ad.test', '-v']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:513 RUN ['ipa-replica-manage', 'connect', '--winsync', '--binddn', 'cn=Administrator,cn=users,dc=ad,dc=test', '--bindpw', 'Secret123', '--password', 'Secret.123', '--cacert', '/tmp/tmp.lk4OCHnSj2', '--passsync', 'dummy', 'root-dc.ad.test', '-v']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 ipa: INFO: AD Suffix is: DC=ad,DC=test
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 ipa: INFO: Added new sync agreement, waiting for it to become ready . . .
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 ipa: INFO: Replication Update in progress: False: status: Error (0) Replica acquired successfully: Incremental update started: start: 20220826083920: end: 20220826083920
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 ipa: INFO: Agreement is ready, starting replication . . .
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 ipa: WARNING: This configuration ("--winsync") may imply that the log file contains clear text passwords.
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Please ensure that these files can be accessed only by trusted accounts.
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Added CA certificate /tmp/tmp.lk4OCHnSj2 to certificate database for master.testrelm.test
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 The user for the Windows PassSync service is uid=passsync,cn=sysaccounts,cn=etc,dc=testrelm,dc=test
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Adding Windows PassSync system account
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Starting replication, please wait until this has completed.
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 
Update in progress, 1 seconds elapsed
Update in progress, 2 seconds elapsed
Update in progress, 3 seconds elapsed
Update in progress, 4 seconds elapsed
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Update succeeded
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:557 Connected 'master.testrelm.test' to 'root-dc.ad.test'
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd94:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['rm', '/tmp/tmp.lk4OCHnSj2']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd95:transport.py:513 RUN ['rm', '/tmp/tmp.lk4OCHnSj2']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd95:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['kinit', 'admin']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd96:transport.py:513 RUN ['kinit', 'admin']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd96:transport.py:557 Password for admin: 
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd96:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'group-add-member', 'ipa_group', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:513 RUN ['ipa', 'group-add-member', 'ipa_group', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557   Group name: ipa_group
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557   GID: 941400003
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd97:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'role-add-member', 'test_role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:513 RUN ['ipa', 'role-add-member', 'test_role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557   Role name: test_role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'role-add-member', 'collision role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:513 RUN ['ipa', 'role-add-member', 'collision role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:557   Role name: collision role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd99:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'role-add-member', 'collision, role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:513 RUN ['ipa', 'role-add-member', 'collision, role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:557   Role name: collision, role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd100:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'role-add-member', 'collision_role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:513 RUN ['ipa', 'role-add-member', 'collision_role', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:557   Role name: collision_role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd101:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'role-add-member', '$the test,role!', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:513 RUN ['ipa', 'role-add-member', '$the test,role!', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:557   Role name: $the test,role!
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:557   Member users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd102:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'hbacrule-add-user', 'test_hbac_rule', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:513 RUN ['ipa', 'hbacrule-add-user', 'test_hbac_rule', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557   Rule name: test_hbac_rule
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557   Enabled: True
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557   Users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd103:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'selinuxusermap-add-user', 'test_selinux_map', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:513 RUN ['ipa', 'selinuxusermap-add-user', 'test_selinux_map', '--users', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557   Rule name: test_selinux_map
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557   SELinux User: guest_u:s0
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557   Enabled: True
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557   Users: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557 Number of members added 1
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:557 -------------------------
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd104:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['getent', 'passwd', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd105:transport.py:513 RUN ['getent', 'passwd', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd105:transport.py:557 testuser:*:941400004:941400004:testuser:/home/testuser:/bin/sh
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd105:transport.py:217 Exit code: 0
 -------------------------------Captured log call-------------------------------- 
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa-replica-manage', 'list', 'root-dc.ad.test']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd106:transport.py:513 RUN ['ipa-replica-manage', 'list', 'root-dc.ad.test']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd106:transport.py:557 root-dc.ad.test: winsync
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd106:transport.py:217 Exit code: 0
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'user-show', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:513 RUN ['ipa', 'user-show', 'testuser']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   User login: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   First name: Test
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Last name: User
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Home directory: /home/testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Login shell: /bin/sh
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Principal alias: testuser
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   UID: 941400004
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   GID: 941400004
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Account disabled: False
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Password: False
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Member of groups: ipa_group
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Roles: collision_role, test_role, collision role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Member of HBAC rule: test_hbac_rule
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Indirect Member of role: $the test,role!, collision, role
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:557   Kerberos keys available: False
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd107:transport.py:217 Exit code: 0

Comment 10 errata-xmlrpc 2022-11-15 10:00:11 UTC
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 (ipa bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2022:7988


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