Displaying 2 results from an estimated 2 matches for "b9_zone_exists".
2015 Oct 12
0
Questions About Bind_DLZ
...ecords
> />>/  # 4 entries
> />>/  # 0 referrals
> />/  Looks like it should.
> />/
> />/  Do the duplicate zone messages appear in the Samba or BIND logs?
> /
> The messages are coming from Samba, to be precise, from dlz_bind9.c
>
>               if (b9_zone_exists(state, zone)) {
>                   state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring
> duplicate zone '%s' from '%s'",
>                          zone, ldb_dn_get_linearized(zone_dn));
>                   continue;
>               }
>
> >/
> /...
2015 Oct 05
0
Fwd: net rpc lookup from group names that start with "-"
...records
>>> # 4 entries
>>> # 0 referrals
>>>
>> Looks like it should.
>>
>> Do the duplicate zone messages appear in the Samba or BIND logs?
>>
>
> The messages are coming from Samba, to be precise, from dlz_bind9.c
>
>             if (b9_zone_exists(state, zone)) {
>                 state->log(ISC_LOG_WARNING, "samba_dlz: Ignoring duplicate
> zone '%s' from '%s'",
>                        zone, ldb_dn_get_linearized(zone_dn));
>                 continue;
>             }
>
>
>> What log le...