vfs: Allow CREATOR GROUP to be used with vfs_zfsacl
authorAndrew Bartlett <abartlet@samba.org>
Sun, 28 Apr 2013 08:20:04 +0000 (18:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 May 2013 04:18:21 +0000 (06:18 +0200)
commit00cb6354cfe007e4c0c25a508ce5008f9a69e5d2
treec2c381aade7a147c1be9e605671e07a483ec7ea6
parent6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738
vfs: Allow CREATOR GROUP to be used with vfs_zfsacl

The solaris acl() code requires that both ACE_GROUP|ACE_IDENTIFIER_GROUP be
set to indicate the @group permissions.

Otherwise, it would return Invalid Paramter to clients.

Andrew Bartlett
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_zfsacl.c