]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove generated controls.conf file from system tests
authorTom Krizek <tkrizek@isc.org>
Fri, 7 Oct 2022 14:23:56 +0000 (16:23 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 19 Oct 2022 14:58:56 +0000 (16:58 +0200)
The controls.conf file shouldn't be used directly without templating it
first. Remove this no longer used hard-coded file to avoid confusion.

(cherry picked from commit cbd035532810965f61ee814803dff2592b7cf5fc)

bin/tests/system/common/controls.conf [deleted file]
bin/tests/system/synthfromdnssec/ns4/named.conf.in

diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf
deleted file mode 100644 (file)
index 36bd38d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * SPDX-License-Identifier: MPL-2.0
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0.  If a copy of the MPL was not distributed with this
- * file, you can obtain one at https://mozilla.org/MPL/2.0/.
- *
- * See the COPYRIGHT file distributed with this work for additional
- * information regarding copyright ownership.
- */
-
-key rndc_key {
-       secret "1234abcd8765";
-       algorithm hmac-sha256;
-};
-
-controls {
-       inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
-};
-
index e1620418439a86c1263fda747ea1e7ea2931d926..9ecdd0e9c1d47e4310574bed63914a7a0112794b 100644 (file)
@@ -33,4 +33,3 @@ zone "." {
 };
 
 include "../ns1/trusted.conf";
-// include "../../common/controls.conf";