Displaying 2 results from an estimated 2 matches for "krb5_conf_fh".
2016 Sep 29
2
BIND9.8 DLZ performance issue
Hello,
I'm running Samba 4.5.0 and bind-9.8.2-0.47.rc1.el6_8.1. One DC of
four, the PDC, is magnitudes slower running
/usr/local/samba/sbin/samba_dnsupdate --verbose --all-names. When that
is running on that DC it seems to block any queries. The load average
is usually under 0.5. The DC was unsafely halted, which could have
corrupted something. I ran a dbcheck with samba-tool and it
2016 Oct 07
0
BIND9.8 DLZ performance issue
..."nameserver 192.168.168.65\n";
} else {
print $resolv_conf_fh "nameserver 192.168.168.65\n";
print $resolv_conf_fh "nameserver 192.168.168.64\n";
}
close($resolv_conf_fh);
if (-f '/usr/bin/wbinfo') {
open(my $krb5_conf_fh, '> /etc/krb5.conf') or die("Unable to open /etc/krb5.conf for writing: $!");
print $krb5_conf_fh q([logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
default_realm = MEDITURE.DOM
[libdefault...