Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 631478 Details for
Bug 867473
Always include sss in /etc/nsswitch.conf
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
f19 branch: Include sss in nsswitch.conf by default
0001-Include-sss-in-nsswitch.conf-by-default.patch (text/plain), 1.96 KB, created by
Stef Walter
on 2012-10-22 13:14:28 UTC
(
hide
)
Description:
f19 branch: Include sss in nsswitch.conf by default
Filename:
MIME Type:
Creator:
Stef Walter
Created:
2012-10-22 13:14:28 UTC
Size:
1.96 KB
patch
obsolete
>From e90b0f810acc46bc73c08e1db8a162bef212b00d Mon Sep 17 00:00:00 2001 >From: Stef Walter <stefw@gnome.org> >Date: Mon, 22 Oct 2012 12:28:57 +0200 >Subject: [PATCH] Include sss in nsswitch.conf by default > >This is a work around the fact that long running daemons don't >reload nsswitch.conf ever. Otherwise login fails for sssd logins >once authconfig enables sssd. > >Upstream related: http://sourceware.org/bugzilla/show_bug.cgi?id=12459 > >RH Bug: https://bugzilla.redhat.com/show_bug.cgi?id=867473 > >List discussion: http://lists.fedoraproject.org/pipermail/devel/2012-October/172688.html >--- > glibc-rh867473.patch | 23 +++++++++++++++++++++++ > glibc.spec | 4 ++++ > 2 files changed, 27 insertions(+) > create mode 100644 glibc-rh867473.patch > >diff --git a/glibc-rh867473.patch b/glibc-rh867473.patch >new file mode 100644 >index 0000000..83e5160 >--- /dev/null >+++ b/glibc-rh867473.patch >@@ -0,0 +1,23 @@ >+--- a/fedora/nsswitch.conf 2012-10-22 12:24:41.193611239 +0200 >++++ b/fedora/nsswitch.conf 2012-10-22 12:25:51.269088192 +0200 >+@@ -31,7 +31,7 @@ >+ #group: db files nisplus nis >+ >+-passwd: files >+-shadow: files >+-group: files >++passwd: files sss >++shadow: files sss >++group: files sss >+ initgroups: files >+ >+@@ -54,7 +54,7 @@ >+ protocols: files >+ rpc: files >+-services: files >++services: files sss >+ >+-netgroup: nisplus >++netgroup: nisplus sss >+ >+ publickey: nisplus >diff --git a/glibc.spec b/glibc.spec >index 0d07fb3..6ebe44e 100644 >--- a/glibc.spec >+++ b/glibc.spec >@@ -183,6 +183,9 @@ Patch2028: %{name}-rh767693-2.patch > > Patch2057: %{name}-rh864820.patch > >+# sss by default in nsswitch.conf >+Patch2043: %{name}-rh867473.patch >+ > Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > Obsoletes: glibc-profile < 2.4 > Obsoletes: nss_db >@@ -434,6 +437,7 @@ package or when debugging this package. > %patch2026 -p1 > %patch2027 -p1 > %patch2028 -p1 >+%patch2043 -p1 > %patch0029 -p1 > %patch0030 -p1 > %patch0031 -p1 >-- >1.7.12.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 867473
:
631443
| 631478