forked from rpms/glibc
Resolves: #1427646
Reverse the order of sss and files modules for passwd and group maps
This commit is contained in:
parent
5bc3170c40
commit
305fa9fb57
@ -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 <jhrozek@redhat.com> - 2.25-3
|
||||
- NSS: Prefer sss service for passwd, group databases (#1427646)
|
||||
|
||||
* Tue Feb 28 2017 Florian Weimer <fweimer@redhat.com> - 2.25-2
|
||||
- Auto-sync with upstream release/2.25/master,
|
||||
commit 93cf93e06ce123439e41d3d62790601c313134cb, fixing:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user