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 575294 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 configure string length tests
autofs-5.0.6-fix-configure-string-length-tests.patch (text/plain), 1.90 KB, created by
Ian Kent
on 2012-04-05 06:42:21 UTC
(
hide
)
Description:
Patch - fix configure string length tests
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2012-04-05 06:42:21 UTC
Size:
1.90 KB
patch
obsolete
>autofs-5.0.6 - fix configure string length tests > >From: Ian Kent <ikent@redhat.com> > >Checks for sss library directory were missing quotes around >the library variable. >--- > > CHANGELOG | 1 + > aclocal.m4 | 6 +++--- > configure | 6 +++--- > 3 files changed, 7 insertions(+), 6 deletions(-) > > >--- autofs-5.0.5.orig/CHANGELOG >+++ autofs-5.0.5/CHANGELOG >@@ -94,6 +94,7 @@ > - use strtok_r() in linux_version_code(). > - fix sss wildcard match. > - fix dlopen() error handling in sss module. >+- fix configure string length tests for sss library. > > 03/09/2009 autofs-5.0.5 > ----------------------- >--- autofs-5.0.5.orig/aclocal.m4 >+++ autofs-5.0.5/aclocal.m4 >@@ -37,16 +37,16 @@ dnl > dnl Check if a sss autofs library exists. > dnl -------------------------------------------------------------------------- > AC_DEFUN(AF_CHECK_SSS_LIB, >-[if test -z $sssldir; then >+[if test -z "$sssldir"; then > AC_MSG_CHECKING(for sssd autofs library) > for libd in /usr/lib64 /usr/lib; do >- if test -z $sssldir; then >+ if test -z "$sssldir"; then > if test -e "$libd/sssd/modules/$2"; then > sssldir=$libd/sssd/modules > fi > fi > done >- if test -n $sssldir; then >+ if test -n "$sssldir"; then > HAVE_$1=1 > AC_MSG_RESULT(yes) > else >--- autofs-5.0.5.orig/configure >+++ autofs-5.0.5/configure >@@ -3783,17 +3783,17 @@ else > fi > > >-if test -z $sssldir; then >+if test -z "$sssldir"; then > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sssd autofs library" >&5 > $as_echo_n "checking for sssd autofs library... " >&6; } > for libd in /usr/lib64 /usr/lib; do >- if test -z $sssldir; then >+ if test -z "$sssldir"; then > if test -e "$libd/sssd/modules/libsss_autofs.so"; then > sssldir=$libd/sssd/modules > fi > fi > done >- if test -n $sssldir; then >+ if test -n "$sssldir"; then > HAVE_SSS_AUTOFS=1 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 > $as_echo "yes" >&6; }
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