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 2117303 - 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 8
Classification: Red Hat
Component: ipa
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Florence Blanc-Renaud
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On: 2116966
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-10 14:58 UTC by Florence Blanc-Renaud
Modified: 2022-11-08 10:27 UTC (History)
7 users (show)

Fixed In Version: ipa-4.9.10-6.module+el8.7.0+16405+581a7c1e
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2116966
Environment:
Last Closed: 2022-11-08 09:36:38 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FREEIPA-8646 0 None None None 2022-08-10 15:07:17 UTC
Red Hat Issue Tracker RHELPLAN-130838 0 None None None 2022-08-10 15:50:16 UTC
Red Hat Product Errata RHBA-2022:7540 0 None None None 2022-11-08 09:36:46 UTC

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

Comment 8 Varun Mylaraiah 2022-08-26 09:58:12 UTC
Verified

ipa-server-4.9.10-6.module+el8.7.0+16405+581a7c1e.x86_64
ipa-server-dns-4.9.10-6.module+el8.7.0+16405+581a7c1e.noarch
ipa-server-trust-ad-4.9.10-6.module+el8.7.0+16405+581a7c1e.x86_64
slapi-nis-0.60.0-1.module+el8.7.0+16405+581a7c1e.x86_64


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

Comment 10 errata-xmlrpc 2022-11-08 09:36:38 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 (idm:client and idm:DL1 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:7540


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