[Rpm-maint] [rpm-software-management/rpm] Add back support for NSS-based user/group resolution (PR #4085)

Michal Domonkos notifications at github.com
Tue Jan 20 11:45:13 UTC 2026


@dmnks commented on this pull request.



>  
 # Symlink to read-only file /etc/authselect/nsswitch.conf
 rm $RPMTEST/etc/nsswitch.conf
 
 # Set up nss-altfiles
-echo "passwd: files altfiles" > $RPMTEST/etc/nsswitch.conf
-echo "group: files altfiles" >> $RPMTEST/etc/nsswitch.conf
+echo "passwd: altfiles" > $RPMTEST/etc/nsswitch.conf
+echo "group: altfiles" >> $RPMTEST/etc/nsswitch.conf

Indeed, I removed `files` from here originally in order to make sure the subsequent test couldn't produce a false negative, but I later changed that test (apparently) and forgot to revert this change :smile:

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4085#discussion_r2708002660
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4085/review/3681777762 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260120/0b8d4536/attachment.htm>


More information about the Rpm-maint mailing list