diff options
Diffstat (limited to 'mof/LMI_Account.mof')
-rw-r--r-- | mof/LMI_Account.mof | 14 |
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 " |