PDNS-Admin 1.1.7
Description:A Power DNS administrative console for the PowerDNS SQL based DNS resolver application. Provides complete access to domain administration. Create new domains, new reverse domains, delete domains, add, edit, and delete domain records, change domain ownership. User accounts can be limited to only the domains they own or can be elevated to domain administrators who can edit all domains on the host system.
Minimum system requirements: PowerDNS >= 2.9.21, PHP >= 5.1.0, MySQL, Webserver
NOTE: The top portion of your settings.php file will need to look like this now, or your site will not load:
if (!defined('PDNSADMIN')) {
header('HTTP/1.0 403 Forbidden');
die;
}
Changes for 1.1.7
* BUG: Master IP validation should only be done on SLAVE zones.
* BUG: Adding a user does not send the username to the recipient.
* BUG: Attempting to edit a group name through the AdminCP results in a crash.
* BUG: Entering an NS or MX record incorrectly reports being the same as a CNAME record even for other domains. [RayKeckler]
* BUG: Restored the missing chmod function still being used by skins and the DB backup code.
* SOA records need to be deletable as well because importing domains using other utilities can duplicate them.
* Reduction in code size for 3rd through 8th domain name servers provided by uwe.
* Users can now submit new domains under their own control.
Author: Samson Submitted by: RLibiez
File Size: 112 KB Date Added: Aug 26, 2008
Downloads: 3506
File Type: Archive


|