Displaying 2 results from an estimated 2 matches for "examplelv".
Did you mean:
examplelk
2005 Sep 23
1
RES: ACLs with Problem
...e ACLs permissions. I compiled version
> 3.0.20, with the following options:
>
[...]
Well the first thin we need to know, is the filesystem that you are
sharing via samba mounted with the acl option in the /etc/fstab?
Here is what mine looks like and I get the ACLs just fine:
/dev/datavg/examplelv /lf/db ext3 rw,suid,nodev,exec,auto,nouser,async,acl,errors=remount-ro 1 1
I guess, I could have done "defaults,acl,nodev" and be-equivalent... but
hey I guess I am a bit retentive.
> # file: teste.txt
> # owner: root
> # group: Domain Users
> user::rwx
> user:henrique:rw...
2005 Sep 22
3
ACLs with Problem
Hi All,
I am with problem with the permissions of windows.
The samba is not getting the ACLs permissions. I compiled version 3.0.20, with the following options:
./configure \
--prefix=/usr/local/samba \
--localstatedir=/var \
--with-configdir=/etc/samba \
--with-privatedir=/etc/samba \
--with-fhs \
--with-quotas \
--with-smbmount \