SOLVED WITH WORKAROUND
Confirmed. By generating my own (self signed) certificate on the domain controller that has a non-negative serial number, TOS 6.0.500 can join the domain again.
I have no idea if the same problem might exist on a Microsoft domain controller. I would guess not, or that would mean TM didn't test this at all
So anyone else who might have a Samba based domain, using the out-of-the-box TLS configuration trying to join TOS to the domain, the full fix is here.
On the domain controller I did ..
Code: Select all
cd /var/lib/samba/private/tls
openssl req -newkey rsa:4096 -keyout custom-key.pem -nodes -x509 -days 730 -out custom-cert.pem
Code: Select all
tls enabled = yes
tls keyfile = tls/custom-key.pem
tls certfile = tls/custom-cert.pem
tls cafile =




