summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2012-10-10 18:08:45 +0200
committerMichal Minar <miminar@redhat.com>2012-10-10 18:08:45 +0200
commit95dec00b1efbeb4c756d4141f08f7daf0bb0189c (patch)
tree5bb9d0dca1f460f1c4a342a86a8d8629dcfcec87 /mof
parent5372a149e57d0a7e6c9435f137992292f840c078 (diff)
parent16906287ddf54c76137f6a536743e1f6abb04038 (diff)
downloadopenlmi-providers-95dec00b1efbeb4c756d4141f08f7daf0bb0189c.tar.gz
openlmi-providers-95dec00b1efbeb4c756d4141f08f7daf0bb0189c.tar.xz
openlmi-providers-95dec00b1efbeb4c756d4141f08f7daf0bb0189c.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/cura-providers
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Account.mof14
1 files changed, 10 insertions, 4 deletions
diff --git a/mof/LMI_Account.mof b/mof/LMI_Account.mof
index 75f0cf1..5dc6f11 100644
--- a/mof/LMI_Account.mof
+++ b/mof/LMI_Account.mof
@@ -33,11 +33,17 @@ class LMI_Account: CIM_Account
[ Description("The date when was password last changed") ]
datetime PasswordLastChange;
- [ Description("The minimal date when can be password changed") ]
- datetime PasswordMinLifetime;
+ [ Description("The date since when can be password changed") ]
+ datetime PasswordPossibleChange;
- [ Description("The maximal date when can be password changed") ]
- datetime PasswordMaxLifetime;
+ [ Description("The date when the user should start to be warned about password expiration") ]
+ datetime PasswordExpirationWarning;
+
+ [ Description("The date when the user will not be able to login using the user's password. The user should contact her administrator.") ]
+ datetime PasswordInactivation;
+
+ [ Description("The date of expiration of the account.") ]
+ datetime AccountExpiration;
};
[ Description("LMI_AccountManagementService creates, manages, and if necessary "