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 1892761 - [Rebase] Rebase to latest upstream release
Summary: [Rebase] Rebase to latest upstream release
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: authselect
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Pavel Březina
QA Contact: Dan Lavu
David Voženílek
URL:
Whiteboard: sync-to-jira qetodo
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-29 15:37 UTC by Pavel Březina
Modified: 2023-01-30 11:58 UTC (History)
5 users (show)

Fixed In Version: authselect-1.2.2-1.el8
Doc Type: Known Issue
Doc Text:
.Downgrading `authselect` after the rebase to version 1.2.2 breaks system authentication The `authselect` package has been rebased to the latest upstream version `1.2.2`. Downgrading `authselect` is not supported and breaks system authentication for all users, including `root`. If you downgraded the `authselect` package to `1.2.1` or earlier, perform the following steps to work around this problem: . At the GRUB boot screen, select `Red Hat Enterprise Linux` with the version of the kernel that you want to boot and press `e` to edit the entry. . Type `single` as a separate word at the end of the line that starts with `linux` and press `Ctrl+X` to start the boot process. . Upon booting in single-user mode, enter the root password. . Restore authselect configuration using the following command: + ---- # authselect select sssd --force ----
Clone Of:
Environment:
Last Closed: 2021-05-18 15:04:47 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SSSD-2839 0 None None None 2023-01-16 15:13:04 UTC
Red Hat Product Errata RHBA-2021:1668 0 None None None 2021-05-18 15:04:51 UTC

Description Pavel Březina 2020-10-29 15:37:37 UTC
Rebase to latest upstream release.

Comment 5 Pavel Březina 2020-11-30 11:02:46 UTC
authselect-1.2.2 release notes: https://github.com/authselect/authselect/releases/tag/1.2.2

I think sanity testing only is needed expect one change:
- All generated files are now owned by authselect and if authselect package is uninstalled, the /etc/authselect/nsswitch.conf and /etc/authselect/*-auth files are copied to their system location (/etc/nsswitch.conf, /etc/pam.d/*-auth) and the whole directory /etc/authselect is removed. This should be tested to make sure we don't end up with broken system.

Comment 9 Dan Lavu 2020-12-17 05:47:22 UTC
Verified against 1.2.2-1.el8

[root@ci-vm-10-0-106-101 etc]# dnf remove authselect authselect-libs 
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Dependencies resolved.
========================================================================================================================================
 Package                           Architecture             Version                            Repository                          Size
========================================================================================================================================
Removing:
 authselect                        x86_64                   1.2.2-1.el8                        @rhel-8.4-baseos                   140 k
 authselect-libs                   x86_64                   1.2.2-1.el8                        @rhel-8.4-baseos                   865 k
Removing dependent packages:
 realmd                            x86_64                   0.16.3-22.el8                      @rhel-8.4-baseos                   795 k

Transaction Summary
========================================================================================================================================
Remove  3 Packages

Freed space: 1.8 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                1/1 
  Running scriptlet: realmd-0.16.3-22.el8.x86_64                                                                                    1/1 
  Erasing          : realmd-0.16.3-22.el8.x86_64                                                                                    1/3 
  Running scriptlet: realmd-0.16.3-22.el8.x86_64                                                                                    1/3 
  Running scriptlet: authselect-1.2.2-1.el8.x86_64                                                                                  2/3 
  Erasing          : authselect-1.2.2-1.el8.x86_64                                                                                  2/3 
  Erasing          : authselect-libs-1.2.2-1.el8.x86_64                                                                             3/3 
  Running scriptlet: authselect-libs-1.2.2-1.el8.x86_64                                                                             3/3 
  Verifying        : authselect-1.2.2-1.el8.x86_64                                                                                  1/3 
  Verifying        : authselect-libs-1.2.2-1.el8.x86_64                                                                             2/3 
  Verifying        : realmd-0.16.3-22.el8.x86_64                                                                                    3/3 
Installed products updated.

Removed:
  authselect-1.2.2-1.el8.x86_64               authselect-libs-1.2.2-1.el8.x86_64               realmd-0.16.3-22.el8.x86_64              

Complete!

[root@ci-vm-10-0-106-101 etc]# ls -ltrh /etc/ | grep authselect
[root@ci-vm-10-0-106-101 etc]#

Comment 20 errata-xmlrpc 2021-05-18 15:04:47 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 (authselect 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-2021:1668


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