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 - adhidash

Pages: [1]
1
Installation and Upgrades / Zentyal ACL for Protected Folder
« on: August 17, 2015, 11:43:37 am »
Hi,

i just wondering how to make a specific Protected Folder,
where only Administrator can read/write/execute to the Protected Folder,

and others can't even lists (ls -la) the folder, can't read/write/execute.

Is this feature available in Zentyal ? ???

2
Installation and Upgrades / Show list of Samba Users
« on: August 14, 2015, 05:11:40 am »
Hi,

i was just wondering, does any of you know command line to show the list all of Samba User in Zentyal Server 4.1 ?

I tried getent passwd, but it just show no samba user, just normal local entry user.

When i tried getent passwd john (for example), then it show like this
Quote
john:*:25002:25003:John Doe:/home/john:/bin/bash

i mean what is the function of the asterisk sign (*) above, somehow it block me to list the samba users.

Any other command beside getent passwd to shown list of user ?

Thanks in advanced

3
Installation and Upgrades / POSIX ACL Bug Issue in Zentyal 4.1
« on: August 06, 2015, 06:40:11 am »
Hi i'm a user of Zentyal for this past 3 month,

Recently i've tried to change my POSIX ACL according to needs,
that are 3 folder : FolderA, FolderB, FolderC
and we have 3 user: userA (admin), user B, userC

For FolderA is set to public (rwx mode), so :
setfacl -Rm u:userA:rwx, u:userB:rwx, u:userC:rwx FolderA
and it running ok :D !

For FolderB is set to Private (rw- mode for userB, r-x mode for userC), so :
setfacl -Rm u:userA:rwx, u:userB:rw-, u:userC:r-x FolderB
and the problem begin :(

for userA can do read,write,execute, which is normal :)

for userB suppose to do read and write,
but when i check in Ubuntu client computer userB can only read and execute (no write !) :(

for userC suppose to do read and execute,
when i test it is normal :)

I try to replicate this issue in FolderC (restricted),
where userA have rwx, userB and userC have r-- only !
so :
setfacl -Rm user:userA:rwx, user:userB:r--, user:userC:r-- FolderC

then eventually the folder accessible for userA,
but for userB and userC can read and execute (but not write) ! :(

Why?

after i check in Zentyal Server using getfacl FolderC,
the permission is correct that is :
# file: FolderC
# owner: administrator
# group: adm
user::rwx
user:administrator:rwx
user:userA:rwx
user:userB:r--
user:userC:r--
group::rwx
group:adm:rwx
group:domain\040admins:rwx
mask::rwx
other::---
default:user::rwx
default:user:administrator:rwx
default:user:userA:rwx
default:user:userB:r--
default:user:userC:r--
default:group::---
default:group:adm:rwx
default:group:domain\040admins:rwx
default:mask::rwx
default:other::---


I've follow others suggestion such as
https://forum.zentyal.org/index.php/topic,21392.msg82374.html

that is to uncomment "unmanaged_acls = yes" in the /etc/zentyal/samba.conf
But the problem remains !

Is there any solutions for this, could someone help me out here ?
I'll be very much appreciate this

Pages: [1]