O
O
Oleg Nerwin2015-01-02 00:21:44
linux
Oleg Nerwin, 2015-01-02 00:21:44

In what sequence are ACL rights checked in linux via Samba?

There is a shared folder. getfacl /home/pub/123

# file: home/pub/123
# owner: samba
# group: samba
user::rwx
group::r-x
group:PUB_RW:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:PUB_RW:rwx
default:mask::rwx
default:other::rwx

the ftp user is a member of the PUB_RW group,
in samba:
guest account = ftp
map to guest = Bad User
security = user

however, nothing can be written until you explicitly give permission to the ftp user, why is that?
from the terminal, from the names of another user who is also a member of this group, files are created

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question