This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Installation and Upgrades / Change network mask
« on: May 08, 2021, 05:51:15 pm »
Hi,
I have Zentyal version 5.0.
When I am changing network mask on interface by administration page I get error: Network interface is empty.
What is wrong? Is it possible to make mask change directly on some config file?
I know that /etc/network/interfaces is overwriten by each restart. I check network MAS file, but there is only script and I can't find where is data source for this script.
Can some help me?
BR Petr
I have Zentyal version 5.0.
When I am changing network mask on interface by administration page I get error: Network interface is empty.
What is wrong? Is it possible to make mask change directly on some config file?
I know that /etc/network/interfaces is overwriten by each restart. I check network MAS file, but there is only script and I can't find where is data source for this script.
Can some help me?
BR Petr
2
Contributions / Tips&Tricks / Features Requests / Change network mask manually
« on: February 10, 2021, 04:11:14 pm »
Hi,
I have Zentyal version 5.0.
When I am changing network mask on interface by administration page I get error: Network interface is empty.
What is wrong? Is it possible to make mask change directly on some config file?
I know that /etc/network/interfaces is overwriten by each restart. I check network MAS file, but there is only script and I can't find where is data source for this script.
Can some help me?
BR Petr
I have Zentyal version 5.0.
When I am changing network mask on interface by administration page I get error: Network interface is empty.
What is wrong? Is it possible to make mask change directly on some config file?
I know that /etc/network/interfaces is overwriten by each restart. I check network MAS file, but there is only script and I can't find where is data source for this script.
Can some help me?
BR Petr
3
Installation and Upgrades / Re: Samba ACL problem
« on: December 02, 2011, 02:39:16 pm »
I solved my problem. Unix right is now ebox:ebox and then ACL rights are working correctly.
4
Installation and Upgrades / Re: Samba ACL problem
« on: November 20, 2011, 02:29:06 pm »
I tried revoke right from Win Security settings. Here is result by getfacl:
getfacl Vedeni/
# file: Vedeni/
# owner: ebox
# group: __USERS__
user::rwx
group::rwx
group:vedeni:rwx
group:zaci:---
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:vedeni:rwx
default:group:zaci:---
default:mask::rwx
default:other::---
User zak (member zaci, no other group) has still RW access to dir Vedeni. What is wrong?
getfacl Vedeni/
# file: Vedeni/
# owner: ebox
# group: __USERS__
user::rwx
group::rwx
group:vedeni:rwx
group:zaci:---
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:vedeni:rwx
default:group:zaci:---
default:mask::rwx
default:other::---
User zak (member zaci, no other group) has still RW access to dir Vedeni. What is wrong?
5
Installation and Upgrades / Re: Samba ACL problem
« on: November 20, 2011, 02:08:55 pm »
Yes, here is row from sftab.
/dev/mapper/raid-home /home ext4 defaults,usrquota,grpquota,acl 0 2
/dev/mapper/raid-home /home ext4 defaults,usrquota,grpquota,acl 0 2
6
Installation and Upgrades / SOLVED: Samba ACL problem
« on: November 20, 2011, 11:45:32 am »
Hi,
I have problem with ACL permission settings. User that has no ACL rights to subdirectory can read and write :-(
username is: zak
group member: zaci
smbd.conf - share
[data]
comment = data
path = /home/samba/shares/data
browseable = yes
read only = no
valid users = @"vedeni", @"zaci", @"ucitele", @"spravci"
read list =
write list = @"vedeni", @"zaci", @"ucitele"
admin users = @"spravci"
force create mode = 0660
force directory mode = 0660
vfs objects = full_audit recycle
recycle: versions = Yes
recycle: repository = RecycleBin
recycle: keeptree = Yes
recycle: excludedir = /tmp|/var/tmp
recycle: directory_mode = 0700
ACL permission dir data:
# file: .
# owner: ebox
# group: __USERS__
user::rw-
group::rwx
group:vedeni:rwx
group:ucitele:rwx
group:zaci:rwx
mask::rwx
other::---
default:user::rw-
default:group::rwx
default:group:vedeni:rwx
default:group:ucitele:rwx
default:group:zaci:rwx
default:mask::rwx
default:other::---
ACL permission subdir vedeni:
# file: Vedeni/
# owner: ebox
# group: __USERS__
user::rw-
group::rwx
group:vedeni:rwx
mask::rwx
other::---
default:user::rw-
default:group::rwx
default:group:vedeni:rwx
default:mask::rwx
default:other::---
But user "zak" has RW access :-( Where is the problem? Please help.
Thank for all advise.
Petr
I have problem with ACL permission settings. User that has no ACL rights to subdirectory can read and write :-(
username is: zak
group member: zaci
smbd.conf - share
[data]
comment = data
path = /home/samba/shares/data
browseable = yes
read only = no
valid users = @"vedeni", @"zaci", @"ucitele", @"spravci"
read list =
write list = @"vedeni", @"zaci", @"ucitele"
admin users = @"spravci"
force create mode = 0660
force directory mode = 0660
vfs objects = full_audit recycle
recycle: versions = Yes
recycle: repository = RecycleBin
recycle: keeptree = Yes
recycle: excludedir = /tmp|/var/tmp
recycle: directory_mode = 0700
ACL permission dir data:
# file: .
# owner: ebox
# group: __USERS__
user::rw-
group::rwx
group:vedeni:rwx
group:ucitele:rwx
group:zaci:rwx
mask::rwx
other::---
default:user::rw-
default:group::rwx
default:group:vedeni:rwx
default:group:ucitele:rwx
default:group:zaci:rwx
default:mask::rwx
default:other::---
ACL permission subdir vedeni:
# file: Vedeni/
# owner: ebox
# group: __USERS__
user::rw-
group::rwx
group:vedeni:rwx
mask::rwx
other::---
default:user::rw-
default:group::rwx
default:group:vedeni:rwx
default:mask::rwx
default:other::---
But user "zak" has RW access :-( Where is the problem? Please help.
Thank for all advise.
Petr
Pages: [1]