opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
142 stars 35 forks source link

dns_record_display not displaying TXT records correctly via dcm.pl #64

Open nick-parry opened 10 years ago

nick-parry commented 10 years ago

Our setup: menu -> ONA -> about -> © 2013 OpenNetAdmin - v11.02.10 I am using the latest version of dcm:

$ dcm.pl 
dcm.pl-1.21-ona by Brandon Zehm/Matt Pascoe <caspian@dotconf.net/matt@opennetadmin.com>

I use a configuration file for dcm.pl on my system.

The Problem:

When I run the following command:

./dcm -r dns_record_display name=<host that has a txt record>

We get the other dns records, but not the txt record. If you look in the ONA web-ui, you can see a txt record listed for the host.

I have created an issue for both the main ONA project, and the DCM project

mattpascoe commented 10 years ago

Well it would seem from this https://github.com/opennetadmin/ona/blob/master/www/modules/ona/dns_record.inc.php#L1736 that I had apparently realized it should have been done but was too lazy to create the code. I'll see what I can do here. Thanks