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 575244 Details for
Bug 683523
[RFE] Use sssd (when available) for automounter map lookups in LDAP
[?]
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]
Patch - fix dlopen() error handling in sss module
autofs-5.0.6-fix-dlopen-error-handling-in-sss-module.patch (text/plain), 999 bytes, created by
Ian Kent
on 2012-04-05 01:22:11 UTC
(
hide
)
Description:
Patch - fix dlopen() error handling in sss module
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-04-05 01:22:11 UTC
Size:
999 bytes
patch
obsolete
>autofs-5.0.6 - fix dlopen() error handling in sss module > >From: Ian Kent <ikent@redhat.com> > >If dlopen(3) fails during initialization of the sss module the >error message is incorrect since dlerror(3) must be used, not >errno. >--- > > CHANGELOG | 1 + > modules/lookup_sss.c | 3 +-- > 2 files changed, 2 insertions(+), 2 deletions(-) > > >--- autofs-5.0.5.orig/CHANGELOG >+++ autofs-5.0.5/CHANGELOG >@@ -93,6 +93,7 @@ > - improve UDP RPC timeout handling. > - use strtok_r() in linux_version_code(). > - fix sss wildcard match. >+- fix dlopen() error handling in sss module. > > 03/09/2009 autofs-5.0.5 > ----------------------- >--- autofs-5.0.5.orig/modules/lookup_sss.c >+++ autofs-5.0.5/modules/lookup_sss.c >@@ -94,8 +94,7 @@ int lookup_init(const char *mapfmt, int > > dh = dlopen(dlbuf, RTLD_LAZY); > if (!dh) { >- estr = strerror_r(errno, buf, MAX_ERR_BUF); >- logerr(MODPREFIX "dlopen: %s", estr); >+ logerr(MODPREFIX "failed to open %s: %s", dlbuf, dlerror()); > free(ctxt); > return 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 683523
:
532963
|
532964
|
532965
|
562152
|
562153
|
562156
|
562158
|
575059
| 575244 |
575294
|
577220
|
577221
|
577604
|
582837