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 650460 Details for
Bug 879633
sudo + sssd + local user sends e-mail to administrator
[?]
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]
proposed patch
0001-Do-not-return-error-for-local-users-when-requesting-.patch (text/plain), 928 bytes, created by
Pavel Březina
on 2012-11-23 14:14:24 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Pavel Březina
Created:
2012-11-23 14:14:24 UTC
Size:
928 bytes
patch
obsolete
>From 1516fb1ace4bd546c6a426b3f66fefec8e37fd4b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com> >Date: Fri, 23 Nov 2012 14:24:03 +0100 >Subject: [PATCH] Do not return error for local users when requesting default > settings from sssd > >--- > plugins/sudoers/sssd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/plugins/sudoers/sssd.c b/plugins/sudoers/sssd.c >index 95a4776d522dfc3252d859343dfcaa97f155ba3a..40abf4cd5eac1774b93cd326525a4613ad59c102 100644 >--- a/plugins/sudoers/sssd.c >+++ b/plugins/sudoers/sssd.c >@@ -345,7 +345,7 @@ static int sudo_sss_setdefs(struct sudo_nss *nss) > > if (sss_error == ENOENT) { > sudo_debug_printf(SUDO_DEBUG_INFO, "The user was not found in SSSD."); >- debug_return_int(-1); >+ debug_return_int(0); > } else if(sss_error != 0) { > sudo_debug_printf(SUDO_DEBUG_INFO, "sss_error=%u\n", sss_error); > debug_return_int(-1); >-- >1.7.11.7 >
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 879633
: 650460