Bugzilla – Attachment 448432 Details for
Bug 710430
DNS problem with LDAP server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for testing
ldapdump-use-uri.patch (text/plain), 402 bytes, created by
Ralf Haferkamp
on 2011-08-30 15:03:15 UTC
(
hide
)
Description:
patch for testing
Filename:
MIME Type:
Creator:
Ralf Haferkamp
Created:
2011-08-30 15:03:15 UTC
Size:
402 bytes
patch
obsolete
>--- /usr/share/bind/ldapdump 2011/08/30 14:56:33 1.1 >+++ /usr/share/bind/ldapdump 2011/08/30 14:56:41 >@@ -622,6 +622,7 @@ > my $data; > open( FILE, "< /etc/openldap/ldap.conf" ) or die "unable to open /etc/openldap/ldap.conf. $!"; > while(<FILE>) { >+ if ( /^uri\s+([^\s]*)\s*/i ) { $data = $1; last } > if ( /^host\s+([^\s]*)\s*/i ) { $data = $1; last } > } > close(FILE);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 710430
:
444702
|
448411
| 448432