Mailinglist Archive: opensuse-bugs (9626 mails)

< Previous Next >
[Bug 339036] New: Yast adds extra ';' in named.conf
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 5 Nov 2007 01:55:37 -0700 (MST)
  • Message-id: <bug-339036-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=339036

Summary: Yast adds extra ';' in named.conf
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: axel.braun@xxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---


I have an updater key defined in named.conf, like:
key "DHCP_UPDATER" {
algorithm "hmac-md5";
secret "....";
};

After having configured the DNS server with yast2, it looks like

key "DHCP_UPDATER" {
algorithm "hmac-md5";
secret "....";
};;

which then ends up in an error stating BIND
It would be great if you could provide an easy way to setup DDNS with yast.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >