Comment 0 for bug 67175

Revision history for this message
Ivan Arsenault (ivan-arsenault) wrote :

    The NFS server was Redhat Enterprise 3.0. I use there ACL over
NFSv3 wihout problem. A lot of Linux distrib work with ACL over NFSv3 but
not ubuntu 6.10 beta. Thats posible to add ACL support over NFSv3
on ubuntu ??? I cant use ubuntu because this feature was necessary
for my compagnie.

How to reproduce : Install Redhat Enterprise 3.0 or CentOS 3.0 on a machine (this machine was the server).

  1) On fstab add acl support : Ex : /etc/fstab
        /dev/sdd1 /export/Depot ext3 rw,acl 1 2

  2) Setup a normal NFS share. Ex: /etc/exports
       /export/Depot *.spadz.com(rw,sync,root_squash)

  3) Re-boot or remount the partition

On the client mount the shared partition like this
     Ex : mount server:/export/Depot /mnt

Then test the permision with getfacl and setfacl...

 Ex: (From mandriva 2006 it work, suplementary ACL are visible)

[522] > cd /misc/Depot
arsenaiv@ptl-ariv1 [/misc/Depot]
[523] > getfacl Temp
# file: Temp
# owner: root
# group: sinf
user::rwx
group::rwx
group:sinf:rwx
mask::rwx
other::rwx
default:user::rwx
default:group::rwx
default:group:sinf:rwx
default:mask::rwx
default:other::rwx

[524] > ls -ld Temp
drwxrwsrwt+ 7 root sinf 4096 Oct 20 11:08 Temp

 Ex: (From ubuntu 6.10 dont work, no ACL)

arsenaiv@pvl-ubu1 [/misc/Depot]
[504] > cd /misc/Depot
arsenaiv@pvl-ubu1 [/misc/Depot]
[505] > getfacl Temp
# file: Temp
# owner: root
# group: sinf
user::rwx
group::rwx
other::rwx
[507] > ls -ld Temp
drwxrwsrwt 7 root sinf 4096 2006-10-20 11:08 Temp

If you have path to Test let me know at : <email address hidden>

Thank you

Ivan