I have a samba AD/DC in a jail, sysvol on zfs, built with the following options: DEFAULT_VERSIONS+= ssl=libressl samba=4.10 php=7.2 pgsql=10 linux=c7 OPTIONS_UNSET+= GSSAPI_BASE GSSAPI_NONE HEIMDAL ALSA JACK PULSE PULSEAUDIO OPTIONS_SET+= GSSAPI_MIT SNDIO PORTAUDIO net_samba410_UNSET+= GSSAPI_BUILTIN DEBUG net_samba410_SET+= CUPS BIND914 It didn't work any more after moving from samba48 to samba410 before revision 509383, but I was able to fix this by applying the patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239105 ( https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205675 ) Unfortunately, the update to 4.10.6 broke it again in a different way -- samba fails to start because the KDC doesn't start, and /var/log/samba4/mit_kdc.log has the following line: Aug 22 18:34:49 addc.home.palmen-it.de krb5kdc[9661](Error): Cannot allocate memory - while initializing database for realm HOME.PALMEN-IT.DE
(In reply to Felix Palmen from comment #0) Check, plz, 4.10.10.
(In reply to VVD from comment #1) Current version works flawlessly in my scenario, both as domain controller and as client, without any patches. Great, thanks!
(In reply to Felix Palmen from comment #2) Close this PR than. :-]
Fixed in 4.10.10 Didn't know I can close myself ;)