mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 14:24:15 -04:00
Updated TODO
Fixed typo in data2ldap.pl git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@140 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
@@ -119,7 +119,7 @@ LINE: while(<DATA>) {
|
||||
print $outfh "cn: $domain\n";
|
||||
print $outfh "dnszonename: $domain\n";
|
||||
print $outfh "dnszonemaster: $x\n";
|
||||
print $outfh "dnsadminmailbox: hostmaster\@$domain\n";
|
||||
print $outfh "dnsadminmailbox: hostmaster.$domain\n";
|
||||
if (defined($ttl)) { print $outfh "dnsttl: $ttl\n"; }
|
||||
if (defined($timestamp)) { print $outfh "dnstimestamp: $timestamp\n"; }
|
||||
if (defined($loc)) { print $outfh "dnslocation: $loc\n"; }
|
||||
|
||||
Reference in New Issue
Block a user