[Samba] Fwd: Internal DNS migrate to Bind9_DLZ

Michal Michal67M at seznam.cz
Tue Jul 31 10:30:32 UTC 2018


>
> > > /etc/named.conf
> > > # Global Configuration Options
> > >
> > > include "/var/lib/samba/bind-dns/named.conf";
> > >
> > > options {
> > >
> > >     dump-file   "/var/named/data/cache_dump.db";
> > >     statistics-file "/var/named/data/named_stats.txt";
> > >     memstatistics-file "/var/named/data/named_mem_stats.txt";
> > >     auth-nxdomain yes;
> > >     directory "/var/named";
> > >     notify no;
> > >     empty-zones-enable no;
> > >     tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab";
> > >
> >
> > /var/lib/samba...?
> > Do you have the file in there? I have
> > /usr/local/samba/bind-dns/dns.keytab
> >
> > Michal
>
> AGGHHHH
>
> Did you compile Samba yourself ?
> If not, then /var/lib/samba will probably be the correct path.
>


https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End

options {
     [...]
     tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
     [...]
};

Michal


More information about the samba mailing list