From ff0b4bd423f53ad7e67f9fb34c20914c4aea2c5d Mon Sep 17 00:00:00 2001 From: Matt Zagrabelny Date: Thu, 22 Sep 2016 14:15:12 -0500 Subject: [PATCH] allow Netdot to start with a selected domain for new A/AAAA records --- etc/Default.conf | 7 +++++++ htdocs/management/ip.html | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/Default.conf b/etc/Default.conf index 0f987d247..8b744ff3f 100644 --- a/etc/Default.conf +++ b/etc/Default.conf @@ -740,6 +740,13 @@ DEFAULT_HINFO_OS_VALUES => { 'LINUX' => 'Linux', }, +# When creating a new DNS A/AAAA record, the list of available domains (zones) +# are populated in a dropdown. The "closest" possible forward zone is +# determined and placed at the top of the list of zones. This option instructs +# Netdot to automatically select that domain for creating the A/AAAA record. +# NOTE: the user may still select a different domain. This option only +# specifies whether a domain should be selected by default in the dropdown. +SELECT_DEFAULT_DOMAIN_FOR_NEW_ADDRESS_RECORD => 0, # Netdot tries to automate the assignment of DNS names for each # IP address associated with a Device Interface. We chose to diff --git a/htdocs/management/ip.html b/htdocs/management/ip.html index b4db5f383..1c3dc9237 100644 --- a/htdocs/management/ip.html +++ b/htdocs/management/ip.html @@ -815,8 +815,10 @@ Name: