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 228451 Details for
Bug 333771
autofs fails if LDAP attribute value is the same as a standard autofs attribute name
[?]
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 to prevent autofs from confusing a value that is the same as an attribute
autofs-5.0.2-fix-dnattr-parse.patch (text/plain), 355 bytes, created by
Ian Kent
on 2007-10-16 09:16:13 UTC
(
hide
)
Description:
Patch to prevent autofs from confusing a value that is the same as an attribute
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-10-16 09:16:13 UTC
Size:
355 bytes
patch
obsolete
>diff --git a/lib/master_tok.l b/lib/master_tok.l >index 9bfeefa..ff69a24 100644 >--- a/lib/master_tok.l >+++ b/lib/master_tok.l >@@ -272,7 +272,7 @@ OPTTOUT (-t{OPTWS}|-t{OPTWS}={OPTWS}|--timeout{OPTWS}|--timeout{OPTWS}={OPTWS}) > return DNSERVER; > } > >- {DNATTRSTR} { >+ {DNATTRSTR}/"=" { > strcpy(master_lval.strtype, master_text); > return DNATTR; > }
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 333771
: 228451