Secondary named.conf bug
Brought to you by:
aroudnev
mknamed.conf doesn't take options when constructing the
secondary named.conf:
Line 38
return "zone \"$domain\" {\n\ttype slave;\n\tmasters
{\n\t\t$masters;\n\t};\n\tfile \"SEC/$zonefile\";\
n};\n\n";
My line:
return "zone \"$domain\" {\n\ttype
slave;\n\tmasters {\n\t\t$masters;\n\t};\n\tfile
\"SEC/$zonefile\";\n
".($options? "\t$options\n" : "") ."};\n\n";
}
Logged In: YES
user_id=680290
It is very strange. I can not reproduuce this bug - in my
case, named.conf have options for both, MASTERS and SLAVES.
Are yo sure, thnat you have options for SECONDARY name server?