On Thu, Apr 7, 2016 at 11:47 AM, Rowland penny <rpenny at samba.org> wrote:> No, Bind isn't just a front end, there are zone files, but you just don't > see them because they are in memory.Doesn't Samba contain the database that DLZ loads?
On 07/04/16 19:00, Sonic wrote:> On Thu, Apr 7, 2016 at 11:47 AM, Rowland penny <rpenny at samba.org> wrote: >> No, Bind isn't just a front end, there are zone files, but you just don't >> see them because they are in memory. > Doesn't Samba contain the database that DLZ loads?Well yes and then no, the dns info is stored in AD, but Bind extracts it and uses it to populate the dlz zones, or so I understand. Rowland
On Thu, Apr 7, 2016 at 2:08 PM, Rowland penny <rpenny at samba.org> wrote:> Well yes and then no, the dns info is stored in AD, but Bind extracts it and > uses it to populate the dlz zones, or so I understand.That's what I meant earlier by Bind as a frontend - Samba holds the data, and it's either served up to clients directly via Samba or via Bind, using the DLZ mechanism.