|
From: z <alf...@gm...> - 2011-10-20 02:33:29
|
Hi, folks
I find an issue for listing BIND zones with view name. If the view
name takes a character SPACE, we can not get the right or a whole
string from the view config in *named.conf*. That said, assuming that
I have created a view named "United States", but in the webmin UI, we
can only see "United" with "States" lost.
My webmin version is 1.560, but I am not so sure if anyone has fixed
the issue in a newer version or some being developped version.
The issue is caused by list_zone_names, in bind8-lib.pl, where the
pattern *split(/\s+/, $znc{$k}, 5);* is used.
The attachment is just a simple patch by changing the separator from
SPACE to *&&* that can just fix the issue.
If some guys have some better ideas, feel free to comment.
And, if it has already been fixed, please ignore it.
-- Alfred
|