[PATCH] Extend testsuite - added small test
Uri Simchoni
uri at samba.org
Mon Feb 22 14:47:37 UTC 2016
On 02/22/2016 02:34 PM, Robin Hack wrote:
> Hello.
>
> Thank you for your feedback.
>
> 2) use of --option= argument: It seems it doesn't work for me. It
> starts to fail in maptoguest case...
>
Hmmm... the --option is equivalent to putting it in smb.conf, perhaps
you had white space issues?
What I had in mind was:
testit "smbclient //$SERVER/tmp should not segfault" $SMBCLIENT
//$SERVER/tmp --option=clientNTLMv2auth=yes --option=clientusespnego=no
$CONFIGURATION
-U$USERNAME%$PASSWORD -I $SERVER_IP -p 139 -c quit $ADDARGS
(notice I remove the spaces from the smb.conf option - samba is agnostic
to this and it makes it more shell-friendly)
Thanks,
Uri.
More information about the samba-technical
mailing list