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 887658 Details for
Bug 1084204
Removes "altfiles" from configuration
[?]
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]
0001-authinfo-Preserve-altfiles-in-passwd-data-if-we-see-.patch
0001-authinfo-Preserve-altfiles-in-passwd-data-if-we-see-.patch (text/plain), 1.46 KB, created by
Colin Walters
on 2014-04-18 22:29:48 UTC
(
hide
)
Description:
0001-authinfo-Preserve-altfiles-in-passwd-data-if-we-see-.patch
Filename:
MIME Type:
Creator:
Colin Walters
Created:
2014-04-18 22:29:48 UTC
Size:
1.46 KB
patch
obsolete
>From 4ec25a42ac08853710e52d6b309a47bfd8fd4d21 Mon Sep 17 00:00:00 2001 >From: Colin Walters <walters@verbum.org> >Date: Thu, 17 Apr 2014 16:25:25 -0700 >Subject: [PATCH] authinfo: Preserve altfiles in passwd data if we see it > >See https://bugzilla.redhat.com/show_bug.cgi?id=1084204 >--- > authinfo.py | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/authinfo.py b/authinfo.py >index e272a70..55627d7 100644 >--- a/authinfo.py >+++ b/authinfo.py >@@ -1306,6 +1306,9 @@ class AuthInfo: > self.preferDNSinHosts = None > self.enableSSSD = None > self.enableIPAv2 = None >+ # This one we don't have a config entry, we just >+ # preserve the entry if we see it. >+ self.enableAltfiles = None > > # Authentication setup. > self.enableAFS = None >@@ -2015,7 +2018,7 @@ class AuthInfo: > if nssconfig: > nssmap = (('Compat', 'compat'), ('DB', 'db'), > ('Directories', 'directories'), ('Hesiod', 'hesiod'), >- ('LDAP', 'ldap'), ('NIS', 'nis'), >+ ('LDAP', 'ldap'), ('NIS', 'nis'), ('Altfiles', 'altfiles'), > ('NIS3', 'nisplus'), ('Winbind', 'winbind')) > for attr, nssentry in nssmap: > if checkNSS(nssconfig, nssentry): >@@ -3556,6 +3559,8 @@ class AuthInfo: > if self.enableDB: > normal += " db" > normal += " files" >+ if self.enableAltfiles: >+ normal += " altfiles" > services = normal > if self.enableDirectories: > normal += " directories" >-- >1.8.3.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 1084204
: 887658