summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2012-10-10 15:59:59 +0200
committerRoman Rakus <rrakus@redhat.com>2012-10-10 16:01:38 +0200
commit8d85b65a690e38e455ea084f35847f4adc87b843 (patch)
tree521c3f06f5d99cb52c3bce38046e6d9f136e36fb /mof
parent2432fde4e7106da58ba0fa62e06e90df7dcc42bf (diff)
downloadopenlmi-providers-8d85b65a690e38e455ea084f35847f4adc87b843.tar.gz
openlmi-providers-8d85b65a690e38e455ea084f35847f4adc87b843.tar.xz
openlmi-providers-8d85b65a690e38e455ea084f35847f4adc87b843.zip
Account: Password and user expiration
Signed-off-by: Roman Rakus <rrakus@redhat.com>
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 "