Bug 2117303
| Summary: | ipa-replica-manage displays traceback: Unexpected error: 'bool' object has no attribute 'lower' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Florence Blanc-Renaud <frenaud> |
| Component: | ipa | Assignee: | Florence Blanc-Renaud <frenaud> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.7 | CC: | ipa-qe, mvarun, rcritten, rjeffman, ssidhaye, sumenon, tscherf |
| Target Milestone: | rc | Keywords: | Regression, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.9.10-6.module+el8.7.0+16405+581a7c1e | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2116966 | Environment: | |
| Last Closed: | 2022-11-08 09:36:38 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: | |||
| Bug Depends On: | 2116966 | ||
| Bug Blocks: | |||
|
Comment 1
Florence Blanc-Renaud
2022-08-16 06:41:33 UTC
Fixed upstream ipa-4-9: https://pagure.io/freeipa/c/05a298f56485222583cb7dd4f6a3a4c5c77fc8cf ipa-4-10: https://pagure.io/freeipa/c/2003eb6b3d4a27a5de5eaa79418f115dd99886cd 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
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 |