Bug 1978748
| Summary: | Regression: cn=views,cn=compat broken with slapi-nis-0.56.5-3.el7_9.x86_64 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | joel <jwooten> | |
| Component: | slapi-nis | Assignee: | Alexander Bokovoy <abokovoy> | |
| Status: | CLOSED ERRATA | QA Contact: | anuja <amore> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.9 | CC: | abokovoy, amore, frenaud, gkaihoro, jreznik, ksiddiqu, pcech, tbordaz, therman, tscherf | |
| Target Milestone: | rc | Keywords: | Regression, Triaged, ZStream | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | slapi-nis-0.60.0-1.el7_9 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1984010 (view as bug list) | Environment: | ||
| Last Closed: | 2022-11-02 16:33:20 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: | ||||
| Bug Blocks: | 1984010 | |||
|
Description
joel
2021-07-02 15:58:13 UTC
The issue looks similar to BZ#1958909 for which a fix was recently found. @tbordaz could you check if this is the same issue? Thanks Difficult to be sure without debugging but I think it is a different issue. #1958909 was triggered by an incorrect test if the target base search is a subtree of IDview. This with the target base search being a child of IDview base and scope being 'base' Here the base search is the IDview itself and the scope subtree, so it should work (IIUC). An option to be sure is to test with idm-client-8050020210701113027.de73ecb2 that fixes 1958909. Hello Francois, Attaching one sosreport. Requested same from rest of servers. Hello, Sorry for the delay, here is the link to the sosreport: https://drive.google.com/drive/folders/1kSrdRjqTdgijdQrVuh_hMKikUzBdp5Ht?usp=sharing If you have any problems accessing this please notify me. hello, customer has provided other 3 sosreport, they are at https://drive.google.com/drive/folders/1kSrdRjqTdgijdQrVuh_hMKikUzBdp5Ht?usp=sharing Thank you Pre-verified with : http://brew-task-repos.usersys.redhat.com/repos/official/slapi-nis/0.60.0/1.el7_9/ [root@master ~]# ipa idview-add test79 ipa: ERROR: did not receive Kerberos credentials [root@master ~]# echo Secret123 | kinit admin Password for admin: [root@master ~]# ipa idview-add test79 ---------------------- Added ID View "test79" ---------------------- ID View Name: test79 [root@master ~]# ipa user-add user79 --first user79 --last user79 ------------------- Added user "user79" ------------------- User login: user79 First name: user79 Last name: user79 Full name: user79 user79 Display name: user79 user79 Initials: uu Home directory: /home/user79 GECOS: user79 user79 Login shell: /bin/sh Principal name: user79 Principal alias: user79 Email address: user79 UID: 603600001 GID: 603600001 Password: False Member of groups: ipausers Kerberos keys available: False [root@master ~]# ldapsearch -LLLQ -b 'cn=test79,cn=views,cn=compat,dc=ipa,dc=test' 'uid=user79' dn: uid=user79,cn=users,cn=test79,cn=views,cn=compat,dc=ipa,dc=test objectClass: posixAccount objectClass: top gecos: user79 user79 cn: user79 user79 uidNumber: 603600001 gidNumber: 603600001 loginShell: /bin/sh homeDirectory: /home/user79 uid: user79 [root@master ~]# rpm -qa slapi-nis slapi-nis-0.60.0-1.el7_9.x86_64 [root@master ~]# [root@master ~]# echo Secret123 | kinit admin Password for admin: [root@master ~]# ipa idview-add test79nightly ----------------------------- Added ID View "test79nightly" ----------------------------- ID View Name: test79nightly [root@master ~]# ipa user-add user79n --first user79n --last user79n -------------------- Added user "user79n" -------------------- User login: user79n First name: user79n Last name: user79n Full name: user79n user79n Display name: user79n user79n Initials: uu Home directory: /home/user79n GECOS: user79n user79n Login shell: /bin/sh Principal name: user79n Principal alias: user79n Email address: user79n UID: 1315400001 GID: 1315400001 Password: False Member of groups: ipausers Kerberos keys available: False [root@master ~]# ldapsearch -LLLQ -b 'cn=test79n,cn=views,cn=compat,dc=ipa,dc=test' 'uid=user79n' dn: uid=user79n,cn=users,cn=compat,dc=ipa,dc=test objectClass: posixAccount objectClass: top gecos: user79n user79n cn: user79n user79n uidNumber: 1315400001 gidNumber: 1315400001 loginShell: /bin/sh homeDirectory: /home/user79n uid: user79n [root@master ~]# rpm -qa ipa-server slapi-nis ipa-server-4.6.8-5.el7_9.11.x86_64 slapi-nis-0.60.0-1.el7_9.x86_64 [root@master ~]# 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 (slapi-nis 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:7336 |