s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / modules / nfs4acl_xattr.h
index 86416063bf4a3d2a46e04125e7328b4d4e1395ed..0adede156ba8df2e8911b6a4c966b58477394d36 100644 (file)
 
 #define NFS4ACL_XDR_MAX_ACES 8192
 
-enum nfs4acl_encoding {NFS4ACL_ENCODING_NDR, NFS4ACL_ENCODING_XDR};
+enum nfs4acl_encoding {
+       NFS4ACL_ENCODING_NDR,
+       NFS4ACL_ENCODING_XDR,
+       NFS4ACL_ENCODING_NFS
+};
 
 struct nfs4acl_config {
        unsigned nfs_version;
@@ -29,6 +33,8 @@ struct nfs4acl_config {
        char *xattr_name;
        struct smbacl4_vfs_params nfs4_params;
        enum default_acl_style default_acl_style;
+       bool nfs4_id_numeric;
+       bool validate_mode;
 };
 
 #endif /* __NFS4ACL_XATTR_H__ */