https://bugs.kde.org/show_bug.cgi?id=483897
--- Comment #12 from TraceyC <kde...@tlcnet.info> --- The samba config on both my machines, where I can reproduce and where it works properly is identical Both machines have the warning about weak crypto. While that may make other code unhappy, it is not the cause of the crash ``` ❯ testparm -l -s Load smb config files from /usr/share/defaults/samba/smb.conf Loaded services file OK. Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback) Server role: ROLE_STANDALONE # Global parameters [global] client ipc max protocol = SMB3 client ipc min protocol = SMB2_02 client max protocol = SMB3 disable spoolss = Yes guest account = sambaguest load printers = No log file = /var/log/samba/log.%m map to guest = Bad User max log size = 500 printcap name = /dev/null server role = standalone server server string = Samba server (version: %v, protocol: %R) usershare allow guests = Yes usershare max shares = 100 usershare owner only = No usershare path = /var/lib/samba/usershare idmap config * : backend = tdb create mask = 0644 hosts allow = 127.0.0. 10. 172.16.0.0/255.240.0.0 192.168. 169.254. ::1 fd00::/8 fe80::/10 hosts deny = ALL include = /etc/samba/smb.conf printing = bsd [homes] browseable = No comment = Home Directories hosts allow = hosts deny = include = lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j print command = lpr -r -P'%p' %s read only = No ❯ testparm -l -s > ~/Nextcloud/testparm_xps.txt Load smb config files from /usr/share/defaults/samba/smb.conf Loaded services file OK. Weak crypto is allowed by GnuTLS ``` -- You are receiving this mail because: You are watching all bug changes.