Displaying 2 results from an estimated 2 matches for "smb_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
...dom\n";
print $krb5_conf_fh " kdc = dc02.mediture.dom\n";
}
print $krb5_conf_fh q( default_realm = MEDITURE.DOM
}
[domain_realm]
mediture.dom = MEDITURE.DOM
.mediture.dom = MEDITURE.DOM);
close($krb5_conf_fh);
open(my $smb_conf_fh, '> /etc/samba/smb.conf') or die("Unable to open /etc/samba/smb.conf for writing: $!");
print $smb_conf_fh q([global]
#--authconfig--start-line--
workgroup = MEDITURE
password server = );
if ($random >= 4) {
print $smb_conf_fh 'dc01.me...