summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Account.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/60_LMI_Account.mof')
-rw-r--r--mof/60_LMI_Account.mof10
1 files changed, 10 insertions, 0 deletions
diff --git a/mof/60_LMI_Account.mof b/mof/60_LMI_Account.mof
index 153222e..a4cfdda 100644
--- a/mof/60_LMI_Account.mof
+++ b/mof/60_LMI_Account.mof
@@ -216,6 +216,16 @@ class LMI_Identity: CIM_Identity
[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_Group: CIM_Group
{
+ [ Description (
+ "Delete the group. The group is not deleted if it is a primary group "
+ "of a user." ),
+ ValueMap { "0", "1", "..", "4096", "4097" },
+ Values { "Operation completed successfully",
+ "Failed",
+ "DMTF Reserved",
+ "Non existing group",
+ "Group is primary group of a user"}]
+ uint32 DeleteGroup();
};
[ Version("0.2.0"), Association,