diff --git a/CHANGELOG b/CHANGELOG index 82dcca3..a66b408 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,12 @@ -Version 0.2.3 +Version 0.2.4 (todo) + Check for next availabe server in /etc/ldap.conf if first one is unavialable. +Version 0.2.3 +- Replaced integer variables for DNSserial, DNSttl etc. by strings + to allow better default handling by tinydns-data. +- ldap2dns now writes logfiles. + Version 0.2.2 - Tested with djbdns-1.05 diff --git a/Makefile b/Makefile index 888b4f3..0b94dbe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # $Id: Makefile,v 1.22 2001/02/16 09:51:23 jrief Exp $ -VERSION=0.2.2 -RELEASE=2 +VERSION=0.2.3 +RELEASE=1 CC=gcc -O2 CFLAGS=$(INC) $(WITHTINYDNS) -DVERSION='"$(VERSION)"' OBJS=ldap2dns.o @@ -36,7 +36,7 @@ clean: tar: clean cd ..; \ - tar czf $(TARFILE) ldap2dns-$(VERSION) --exclude CVS + tar czf $(TARFILE) ldap2dns-$(VERSION) --exclude CVS --exclude DNSadmin $(SPECFILE): Specfile sed -e 's#%VERSION%#$(VERSION)#g' \ diff --git a/README.html b/README.html index 02edb68..8e26116 100644 --- a/README.html +++ b/README.html @@ -327,14 +327,19 @@ for a single domain or to populate Your LDAP directory.
-
+ +
-
| DNS Name | Type | Mapping | TTL |
|---|
+
| Add New Zone |
|---|
| Search for zone: |
| + 0 |
| + A |
| + B |
| + C |
| + D |
| + E |
| + F |
| + G |
| + H |
| + I |
| + J |
| + K |
| + L |
| + M |
| - N |
| naturarena-kaernten.at |
| naturarena-kaernten.com |
| nauders.com |
| nesselwaengle.at |
| nesselwaengle.com |
| netage.at |
| neustift.com |
| niederoesterreich.cc |
| norden.at |
| notburga-ausstellung.at |
| notburga-ausstellung.com |
| notburga.com |
| + O |
| + P |
| + Q |
| + R |
| + S |
| + T |
| + U |
| + V |
| + W |
| + X |
| + Y |
| + Z |
| Without DNS-lookup |
| Add New Zone |
|---|
| - $let |
| + $let |
| "; - } elsif (defined $ns[0] || defined $ns[1]) { - print " |
| "; - } else { - print " |
| "; - } - } else { - print " |
| "; - } - print "$zonename |
| Without DNS-lookup |
| New Zonename: | ", - $query->textfield(-name=>'DNSzonename', -size=>40, -maxlength=>64), - " | ||
| ", - $query->submit(-name=>" Submit "), - " | ", - $query->reset(), - " |
| Additional Zonename: | ", - $query->textfield(-name=>"DNSzonename$zc", -default=>$zn, -size=>40, -maxlength=>64), - " | ||
| Add additional Zonename: | ", - $query->textfield(-name=>"DNSzonename$zc", -size=>40, -maxlength=>64), - " |
| ", - $query->submit(-name=>"modifyzone", -value=>" Modify Zone "), - " | "; - my $onclick = "if(confirm('Do you really want to remove zone \"$zonemaster\" and all its resource records?'))" - ."{ parent.frames.menu.location='$ZONEEDIT?call=deletezone&zonedn=$zonedn&selet=$selet'; parent.frames.main.location='$DEFAULT_MAIN'; }"; - print $query->submit(-name=>"deletezone", -value=>" Delete Zone ", -onClick=>$onclick), - " | \n", $query->end_form(), - "", $query->start_multipart_form(-method=>'POST', -action=>"$ZONEEDIT", -target=>'main'), - $query->hidden('call'), $query->hidden('zonedn'), $query->hidden('selet'), - $query->submit(-name=>"resetform", -value=>" Reset Form "), - $query->end_form(), " |
| Name $#entries | Type | IPaddr | CNAME | TTL | |
|---|---|---|---|---|---|
| $domainname | ", - "$type | ", - "", $query->textfield(-name=>'DNSipaddr', -default=>$ipaddr, -size=>16, -maxlength=>16), " | ", - "", $query->textfield(-name=>'DNScname', -default=>$cname, -size=>16, -maxlength=>64), " | ", - "", $query->textfield(-name=>'DNSttl', -default=>$ttl, -size=>6, -maxlength=>6), " | ", - "", $query->submit(-name=>"modifyrrset", -value=>" Modify "), - $query->submit(-name=>"deleterrset", -value=>" Delete "), " | ", - $query->end_form(), "
| ", textfield(-name=>'DNSdomainname', -size=>8, -maxlength=>32), " | ", - "", $query->popup_menu(-name=>'DNStype', -values=>['CNAME','A','MX','NS','PTR','TXT'], -default=>"A"), " | ", - "", textfield(-name=>'DNSipaddr', -size=>16, -maxlength=>16), " | ", - "", textfield(-name=>'DNScname', -size=>16, -maxlength=>64), " | ", - "", textfield(-name=>'DNSttl', -default=>"3600", -size=>6, -maxlength=>6), " | ", - "", $query->submit(-name=>"addrrset", -value=>" Add "), " | ", - $query->end_form(); - print "