Menu

#2 Secondary named.conf bug

open
nobody
None
5
2004-03-28
2004-03-10
Anonymous
No

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";
}

Discussion

  • Alexei Roudnev

    Alexei Roudnev - 2004-03-28
    • status: open --> pending
     
  • Alexei Roudnev

    Alexei Roudnev - 2004-03-28

    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?

     
  • Alexei Roudnev

    Alexei Roudnev - 2004-03-28
    • status: pending --> open
     

Log in to post a comment.

MongoDB Logo MongoDB