|
From: z <alf...@gm...> - 2011-10-20 04:13:57
|
It looks better :)
Alf.
On Thu, Oct 20, 2011 at 11:48 AM, Jamie Cameron <jca...@we...> wrote:
> On 19/Oct/2011 19:33 z <alf...@gm...> wrote ..
>> 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.
>
> Thanks for pointing this out .. the fix is a little more complex (as the
> code that builds the cache file also has to change), but I will include
> a fix in the next Webmin release.
>
> My change to fix it can be seen at :
> https://github.com/webmin/webmin/commit/5b66d0b5f27b79013824ba0c270d3e195230bc7e
>
> - Jamie
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Ciosco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> -
> Forwarded by the Webmin mailing list at web...@li...
> To remove yourself from this list, go to
> http://lists.sourceforge.net/lists/listinfo/webadmin-list
>
|