Update of /cvsroot/sblim/cmpi-nfsv3/mof
In directory vz-cvs-3.sog:/tmp/cvs-serv21743/mof
Modified Files:
Linux_NFSv3SystemSetting.mof
Log Message:
[3299507] obtain full hostname using etab entry
Index: Linux_NFSv3SystemSetting.mof
===================================================================
RCS file: /cvsroot/sblim/cmpi-nfsv3/mof/Linux_NFSv3SystemSetting.mof,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Linux_NFSv3SystemSetting.mof 23 May 2009 03:11:03 -0000 1.4
+++ Linux_NFSv3SystemSetting.mof 11 May 2011 17:51:19 -0000 1.5
@@ -128,5 +128,17 @@
[Description
("User ID for anonymous access.") ]
uint16 AnonUID;
+
+ [Description
+ ("Crossmnt enabled if true") ]
+ boolean Crossmnt;
+
+ [Description
+ ("Valid values are: all_squash, no_all_squash") ]
+ string AllSquash;
+
+ [Description
+ ("Acl enabled if true") ]
+ boolean Acl;
};
|