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 290677 Details for
Bug 254171
Automatic DNS discovery of the LDAP server does not work
[?]
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 correctly format URI from SRV record
nss_ldap-257-slash.patch (text/plain), 500 bytes, created by
Brandon Ewing
on 2008-01-02 20:35:36 UTC
(
hide
)
Description:
Patch to correctly format URI from SRV record
Filename:
MIME Type:
Creator:
Brandon Ewing
Created:
2008-01-02 20:35:36 UTC
Size:
500 bytes
patch
obsolete
>diff -up nss_ldap-257/dnsconfig.c nss_ldap-257/dnsconfig.c >--- nss_ldap-257/dnsconfig.c 2007-08-24 11:27:22.000000000 -0400 >+++ nss_ldap-257/dnsconfig.c 2007-08-24 11:27:30.000000000 -0400 >@@ -165,7 +165,7 @@ _nss_ldap_mergeconfigfromdns (ldap_confi > { > if (rr->type == T_SRV) > { >- snprintf (uribuf, sizeof(uribuf), "ldap%s:%s:%d", >+ snprintf (uribuf, sizeof(uribuf), "ldap%s://%s:%d", > (rr->u.srv->port == LDAPS_PORT) ? "s" : "", > rr->u.srv->target, > rr->u.srv->port);
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 254171
: 290677