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 575059 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 sss wildcard match
autofs-5.0.6-fix-sss-wildcard-match.patch (text/plain), 1014 bytes, created by
Ian Kent
on 2012-04-04 08:19:38 UTC
(
hide
)
Description:
Patch - fix sss wildcard match
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-04-04 08:19:38 UTC
Size:
1014 bytes
patch
obsolete
>autofs-5.0.6 - fix sss wildcard match > >From: Ian Kent <ikent@redhat.com> > >Check for a wildcard map entry on sss map read and convert to >the usual '*' befone adding to the map entry cache. >--- > > CHANGELOG | 1 + > modules/lookup_sss.c | 9 +++++++++ > 2 files changed, 10 insertions(+) > > >--- autofs-5.0.5.orig/CHANGELOG >+++ autofs-5.0.5/CHANGELOG >@@ -92,6 +92,7 @@ > - allow MOUNT_WAIT to override probe. > - improve UDP RPC timeout handling. > - use strtok_r() in linux_version_code(). >+- fix sss wildcard match. > > 03/09/2009 autofs-5.0.5 > ----------------------- >--- autofs-5.0.5.orig/modules/lookup_sss.c >+++ autofs-5.0.5/modules/lookup_sss.c >@@ -325,6 +325,15 @@ int lookup_read_map(struct autofs_point > continue; > } > >+ if (*key == '/' && strlen(key) == 1) { >+ if (ap->type == LKP_DIRECT) { >+ free(key); >+ free(value); >+ continue; >+ } >+ *key = '*'; >+ } >+ > /* > * TODO: implement sun % hack for key translation for > * mixed case keys in schema that are single case only.
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