From 305fa9fb579745201f4e44cc24ddb4049ac61721 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mar 01 2017 13:03:09 +0000 Subject: Resolves: #1427646 Reverse the order of sss and files modules for passwd and group maps --- diff --git a/glibc.spec b/glibc.spec index 055a2f2..ba11440 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.25-3-g93cf93e %define glibcversion 2.25 -%define glibcrelease 2%{?dist} +%define glibcrelease 3%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -2270,6 +2270,9 @@ rm -f *.filelist* %endif %changelog +* Wed Mar 1 2017 Jakub Hrozek - 2.25-3 +- NSS: Prefer sss service for passwd, group databases (#1427646) + * Tue Feb 28 2017 Florian Weimer - 2.25-2 - Auto-sync with upstream release/2.25/master, commit 93cf93e06ce123439e41d3d62790601c313134cb, fixing: diff --git a/nsswitch.conf b/nsswitch.conf index 1e2b63d..c3d3fb6 100644 --- a/nsswitch.conf +++ b/nsswitch.conf @@ -30,9 +30,9 @@ #shadow: db files nisplus nis #group: db files nisplus nis -passwd: files sss +passwd: sss files shadow: files sss -group: files sss +group: sss files #hosts: db files nisplus nis dns hosts: files dns