[Samba] Samba 4.7.2 + bind on Fedora 27: samba_dlz: spnego update failed

Rowland Penny rpenny at samba.org
Mon Dec 4 11:29:23 UTC 2017


On Mon, 04 Dec 2017 11:35:29 +0100
Dario Lesca via samba <samba at lists.samba.org> wrote:

> I have setup on Fedora 27 server a AD-DC samba server + bind + dhcp.
> 

Try changing the 'options' of named.conf to this:

    options {
            directory       "/var/named";
            notify no;
            empty-zones-enable no;
            allow-query     { localhost; 192.168.41.0/24; };
            allow-recursion { 192.168.41.0/24;  127.0.0.1/32; };
            forwarders { 8.8.8.8; 8.8.4.4; };
            allow-transfer { none; };
            dnssec-validation no;
            dnssec-enable no;
            listen-on port 53 { 127.0.0.1; 192.168.41.1; };
            //listen-on-v6 port 53 { ::1; };
            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";
            tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab";

    };

Rowland



More information about the samba mailing list