Just checked If I write "server signing = mandatory" in smb.conf, testparm will show "server signing = required" Am 28.05.25 um 18:45 schrieb Rowland Penny via samba:> ER, read 'man smb.conf' where 'server signing' shows that 'required' is > not a valid value.-------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 236 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20250528/1d86b2b3/OpenPGP_signature.sig>
On Wed, 28 May 2025 19:22:34 +0200 Stefan Kania via samba <samba at lists.samba.org> wrote:> Just checked If I write "server signing = mandatory" in smb.conf, > testparm will show "server signing = required" >Then there is a bug somewhere. For SMBv2, according to the smb.conf manpage, you cannot disable server signing and the allowed values are 'default, auto, mandatory and disabled', so testparm returning 'required' when it is set to mandatory, is, in my opinion, wrong, it should return what is set. Rowland