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.


Messages - g0drealm

Pages: [1]
1
German / Domain-Benutzer sehen neue Dateien erst nach einigen Minuten
« on: April 09, 2014, 02:17:18 pm »
Hallo,

ich habe folgendes Problem:

Ich habe in unserer Firma Zentyal als Domaincontroller / Fileserver laufen. Die Kollegen scannen Dokumente an einem MFP in ein angelegtes Share für Scans.

Jetzt habe ich das Problem das gescannte und gesendete Dateien sporadisch erst nach ein paar Minuten bei Kollegen im Scan-Ordner auftauchen, während ich selbst (Domain-Admin) die Datei schon im Ordner sehe. Ich glaube ja nicht, dass das was mit Domain-Admins und Domain-Users zu tun hat, aber was könnte die Ursache dafür sein?

Gibt es vielleicht eine GPO die das beeinflusst, oder liegt es vieleicht an Samba?

Danke schon mal für Eure Hilfe.

VG,

g0drealm

2
Installation and Upgrades / Re: ACL Problem Zentyal
« on: April 08, 2014, 11:52:51 am »
ok got it. Thx for your help and patience

3
Installation and Upgrades / Re: ACL Problem Zentyal
« on: April 08, 2014, 11:38:12 am »
Ok and when i want to use my ACLs that i created even after a server restart i have to add unmanaged_acl's=yes to the global_section of smb.conf. Am I right?

4
Installation and Upgrades / Re: ACL Problem Zentyal
« on: April 08, 2014, 11:27:55 am »
ok and ...

acl_xattr:ignore system acls = yes

This line under each share in smb.conf does nothing have to do with it, right?


5
Installation and Upgrades / Re: ACL Problem Zentyal
« on: April 08, 2014, 11:05:19 am »
The share is accessible by every person in Domain-Users, but the Subfolder should only be readable by most of the Domain-Users. So the inheritance of the ACL's is not very helpful in this case.

I think I solved the problem by setting r-x for Domain-Users (like you said, although they could open the directory and only the files were hidden) and setting r-- as default-acl for Domain-Users. Hope that will work.

6
Installation and Upgrades / Re: ACL Problem Zentyal
« on: April 08, 2014, 10:23:21 am »
Thx for your reply. Is there a way to set up the ACL's on Zentyal wiithout the console? In know that you can create shares with ACL's but there is no way to assign ACL's to the subfolders of the share via GUI, is there?

7
Installation and Upgrades / ACL Problem Zentyal
« on: April 08, 2014, 08:33:21 am »
Hey guys,

I just started using ACLs for my samba configuration in Zentyal and now I've got kind of a problem.

I created a folder in my share, where only user1 and user2 should have rwx privileges. All other users of the group Domain-Users (user1 and user2 are also member) should only have read access.

I entered the following command:

setfacl -m u:user1:rwx,u:user2:rwx,g:Domain-Users:r Foldername/

The problem is when someone from the group, besides user1 and user2, opens the folder, there are no files in it. The files are invisible for everyone besides user1 and user2.

I'm getting this by using getfacl on the folder:

# file: Foldername/
# owner: Name of creator
# group: __USERS__
user::rwx
user:user1:rwx
user:user2:rwx
user:user3:r--
group::---
group:Domain-Users:r--
mask::rwx
other::---
default:user::rwx
default:user:user1:rwx
default:user:user2:rwx
default:group::---
default:group:users:r--
default:group:Domain-Users:r--
default:mask::rwx
default:other::---

Did I miss something important?

Thx for your help

Greetz,

g0drealm


Pages: [1]