From: Andrew Bartlett Date: Sun, 14 Apr 2013 09:51:42 +0000 (+1000) Subject: librpc: Add special owner/group/other constants to nfs4acl.idl X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7874a431541e10a1846fe3732568496b2b753de1;p=obnox%2Fsamba%2Fsamba-obnox.git librpc: Add special owner/group/other constants to nfs4acl.idl As per nfs4acl-0.9/lib/nfs4acl.c (the package where this structure is originally defined) Andrew Bartlett Reviewed-by: Jeremy Allison --- diff --git a/librpc/idl/nfs4acl.idl b/librpc/idl/nfs4acl.idl index 3d4379ad5e5..aeab0a0d108 100644 --- a/librpc/idl/nfs4acl.idl +++ b/librpc/idl/nfs4acl.idl @@ -15,6 +15,10 @@ interface nfs4acl { const char *NFS4ACL_XATTR_NAME = "system.nfs4acl"; + const char *NFS4ACL_XATTR_OWNER_WHO = "OWNER@"; + const char *NFS4ACL_XATTR_GROUP_WHO = "GROUP@"; + const char *NFS4ACL_XATTR_EVERYONE_WHO = "EVERYONE@"; + /* these structures use the same bit values and other constants as in security.idl */ typedef [flag(NDR_BIG_ENDIAN)] struct {