Displaying 5 results from an estimated 5 matches for "perimssions".
2008 Sep 23
2
Problems with create and directory mode if mounted
.... If I access to the smb shares over my file explorer and
create files an dirs, they get the permissions on the server I set in
the smb.conf. So it works!
Now the problem: If I mount the share and create there files and dirs,
they _DO NOT_ get the permissions on the server they should have (The
perimssions I set in the smb.conf)
My mount command:
mount -t cifs -o username=user,password=pass,iocharset=utf8
//home-server/share /share
(mount -t smbfs doesn't work)
I hope you're able to understand my (probably) english ;-)
With kind regards,
Lukas
2014 Dec 20
2
Does Samba 4 actually respect Unix file acls?
...t r-x permissions on the directory. As soon as I change shared directory's owner's
(alice in this case) permissions to rwx, bob gets full permissions as well (I have to re-login).
Also if I then try to access the share as alice I get read-only access for the share (though
now alice has rwx perimssions as directory owner). Things like 'touch file.txt' or
'echo "I am alice" > file.txt' return Permission denied error and create an empty file.
That is weird and illogical behavior. I would appreciate if someone can explain me why it works this
way and if it should work...
2014 Dec 20
0
Does Samba 4 actually respect Unix file acls?
...n the directory. As soon as I change
shared directory's owner's
> (alice in this case) permissions to rwx, bob gets full permissions as
well (I have to re-login).
>
> Also if I then try to access the share as alice I get read-only access
for the share (though
> now alice has rwx perimssions as directory owner). Things like 'touch
file.txt' or
> 'echo "I am alice" > file.txt' return Permission denied error and create
an empty file.
>
> That is weird and illogical behavior. I would appreciate if someone can
explain me why it works this
> way and...
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
2012 Aug 24
1
Permissions incorrectly ordered on Windows after disabling inheritance
...WED/0x0/RWXDPO
ACL:Creator Owner:ALLOWED/OI|CI|IO|I/RWXDPO
ACL:BIZNAS-H5\None:ALLOWED/0x0/RWXDPO
ACL:Creator Group:ALLOWED/OI|CI|IO|I/RWXDPO
ACL:Everyone:ALLOWED/OI|CI|I/RWXDPO
For comparison, here is the same subfolder tree without performing step
4 above to un-check the "Include inheritable perimssions" box from
Windows explorer:
smbcacls //localhost/20120821_3 rootfolder/subfolder1/subfolder2
REVISION:1
CONTROL:0x8004
OWNER:BIZNAS-H5\admin
GROUP:BIZNAS-H5\None
ACL:BIZNAS-H5\admin:ALLOWED/0x0/RWXDPO
ACL:Creator Owner:ALLOWED/OI|CI|IO/RWXDPO
ACL:BIZNAS-H5\None:ALLOWED/0x0/RWXDPO
ACL:Creator G...