search for: smb_query_file_unix_basic

Displaying 5 results from an estimated 5 matches for "smb_query_file_unix_basic".

2014 Dec 20
2
Does Samba 4 actually respect Unix file acls?
...n I try to access share as bob on the client machine (and get Permission denied error). There are no ACCESS_DENIED messages in the logs. For the reference - bob's uid/gid are 1002, alice's uid/gid are 1001. > Hmmm. Might be a client bug. It's only doing > a smbd_do_qfilepathinfo: SMB_QUERY_FILE_UNIX_BASIC > call to check if it can cd into the directory, > instead of a SMB_QUERY_POSIX_ACL: trans2 > request. > Pinging Steve French... By the way of trial and error I seem to find the setup that allows bob to have read-write access on the share, but in somewhat lame way. First bob's u...
2014 Dec 19
2
Does Samba 4 actually respect Unix file acls?
Hello Jeremy, Friday, December 19, 2014, 4:55:21 PM, you wrote: > On Fri, Dec 19, 2014 at 03:58:58PM -0500, Rufe Glick wrote: >> Hello Jeremy, >> > Do alice and bob have the same user ids on client >> > and server ? >> Yes, the uids and gids are identical on both server and client machines. > Then it should work. Set debug level 10 on the smbd > and look
2018 Feb 02
1
Does samba support fsync() a directory?
Hi, Jeremy: > That isn't any use. We don't need to know what is going on at the client, we need to know what is going on at the server. I pasted the samba log here: https://raw.githubusercontent.com/CaoShuFeng/paste/master/samba_log The file I fsync()ing is called `aaa`. I can see some log about this file. Thanks Cao 在 2018年02月02日 21:07, Jeremy Allison 写道: > On Fri, Feb 02,
2014 Dec 20
0
Does Samba 4 actually respect Unix file acls?
...r side when I try to access share as bob on the client machine (and get Permission denied error). There are no ACCESS_DENIED messages in the logs. For the reference - bob's uid/gid are 1002, alice's uid/gid are 1001. Hmmm. Might be a client bug. It's only doing a smbd_do_qfilepathinfo: SMB_QUERY_FILE_UNIX_BASIC call to check if it can cd into the directory, instead of a SMB_QUERY_POSIX_ACL: trans2 request. Pinging Steve French...
2014 Dec 20
0
Does Samba 4 actually respect Unix file acls?
...ess share as bob on the client machine (and get Permission denied error). There are no ACCESS_DENIED messages in the logs. For the reference - bob's uid/gid are 1002, alice's uid/gid are 1001. > > > Hmmm. Might be a client bug. It's only doing > > a smbd_do_qfilepathinfo: SMB_QUERY_FILE_UNIX_BASIC > > call to check if it can cd into the directory, > > instead of a SMB_QUERY_POSIX_ACL: trans2 > > request. > > > Pinging Steve French... > > By the way of trial and error I seem to find the setup that allows bob to have read-write access on > the share, but in...