Show Posts

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.


Topics - xsynek@volny.cz

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

2
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

3
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

Pages: [1]