The Samba-Bugzilla – Attachment 8080 Details for
Bug 9265
Bind dlz fails to start if there is a trustedanchors zone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] bug 9265 s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ plugin
-bug-9265-s4-dns-dlz_bind9-Ignore-zones-that-are-not-used-by-BIND9-DLZ-plugin.patch (text/plain), 623 bytes, created by
Matthieu Patou
on 2012-10-17 05:57:57 UTC
(
hide
)
Description:
[PATCH] bug 9265 s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ plugin
Filename:
MIME Type:
Creator:
Matthieu Patou
Created:
2012-10-17 05:57:57 UTC
Size:
623 bytes
patch
obsolete
>57989ad9cf19b23db4a9baae8826c9f6622597a2 >diff --git a/source4/dns_server/dlz_bind9.c b/source4/dns_server/dlz_bind9.c >index c3c4172..bea8361 100644 >--- a/source4/dns_server/dlz_bind9.c >+++ b/source4/dns_server/dlz_bind9.c >@@ -1146,6 +1146,11 @@ _PUBLIC_ isc_result_t dlz_configure(dns_view_t *view, void *dbdata) > if (zone == NULL) { > continue; > } >+ /* Ignore zones that are not handled in BIND */ >+ if ((strcmp(zone, "RootDNSServers") == 0) || >+ (strcmp(zone, "..TrustAnchors") == 0)) { >+ continue; >+ } > zone_dn = ldb_dn_copy(tmp_ctx, dn); > if (zone_dn == NULL) { > talloc_free(tmp_ctx);
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 Raw
Actions:
View
Attachments on
bug 9265
:
8013
|
8014
|
8067
|
8068
|
8069
|
8071
|
8080
|
8081
|
8266