search for: df4b9862

Displaying 2 results from an estimated 2 matches for "df4b9862".

2020 Oct 28
2
odd issue with permisions
...Next idea? :) -- Dan Egli On my Test server -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 495 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20201028/df4b9862/OpenPGP_signature.sig>
2020 Oct 27
5
odd issue with permisions
I'm really confused about something. It seems like on my samba server the user AND GROUP permissions must match for me to access any files in my home directory. Here's an example of what I mean: ($ = at unix shell, > = in smbclient) $ mkdir ~dan/test1 $ chmod 700 ~dan/test1 $ smbclient -U dan //localhost/dan > cd test1 > put test1.txt (failure, NT_STATUS_ACCESS_DENIED) > quit