lynxis / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

Number of NS Records #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create rDNS zone
2. Add more than 10 NS records i.e. multiple subnet delegations
3. Get error message ( NS records should be 1-10 )

What is the expected output? What do you see instead?

For subnet delegation, you need to be able to specify at least 2-5 NS records 
per subnet. 10 NS record limit prevents subnet delegation setup config.

What version of the product are you using? On what operating system?

PowerDNS GUI version 3.3. Cent OS 6.4 server.

Please provide any additional information below.

find . -type f -exec grep -n "Number of NS records" {} \; -print 
355:        $this->getRequest()->setError('record',"Number of NS records should 
be in a range of 1-10.");
./modules/domain/actions/actions.class.php
351:      $this->getRequest()->setError('record',"Number of NS records should 
be in a range of 1-10.");
./modules/template/actions/actions.class.php

Original issue reported on code.google.com by adebola....@gmail.com on 1 Jul 2013 at 9:51