smbclient: Always ask for SMB311 posix in negprot
commit8de01c31f317485c8466db95d8487c253a70fd31
authorVolker Lendecke <vl@samba.org>
Tue, 19 Sep 2023 18:55:32 +0000 (19 11:55 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 12 Oct 2023 16:55:34 +0000 (12 16:55 +0000)
treee1beab8a275c6ea659ed6f59b3d56740ab5f3d06
parent027332cee56472aae4b349ede554fc8a76e6e2c4
smbclient: Always ask for SMB311 posix in negprot

This does not mean that we're actually using it (yet). We just probe
whether the server is willing to do it.

Enable the posix cli command for smb311 posix extensions.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c
source3/include/client.h
source3/libsmb/clidfs.c