smbclient

Jeremy Allison jra at samba.org
Wed May 16 16:44:25 GMT 2007


On Wed, May 16, 2007 at 09:18:08AM -0500, Steve French wrote:
> In current samba-3-0-26 svn, I see the server returning support for
> the Unix Extensions (in negprot), but don't see smbclient requesting
> them on SessionSetup - and I don't see a SetFSUnixInfo.  posix_mkdir
> works from smbclient and does what is expected - but the client has
> not requested unix capabilities for the share

Yes that's right. I don't enforce UNIX caps before accepting
UNIX calls. It's the same way that we accept all CIFS command
codes even if a client negotiates a downlevel dialect.

In order for you to be *sure* that they'll work you must
do the qfsinfo to find out if they're supported, but even
if you don't do that and are talking to a server that supports
them they'll work if you send them.

Jeremy.


More information about the samba-technical mailing list