diff options
Diffstat (limited to 'mof/LMI_Account.mof')
-rw-r--r-- | mof/LMI_Account.mof | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mof/LMI_Account.mof b/mof/LMI_Account.mof index 2ca4f5e..9901a04 100644 --- a/mof/LMI_Account.mof +++ b/mof/LMI_Account.mof @@ -33,13 +33,13 @@ class LMI_Account: CIM_Account [ Description("The date when was password last changed") ] datetime PasswordLastChange; - [ Description("The date since when can be password changed") ] + [ Description("Minimum number of days between password change") ] datetime PasswordPossibleChange; - [ Description("The date when the user should start to be warned about password expiration") ] + [ Description("Number of days of warning before password expires") ] 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.") ] + [ Description("Maximum number of days between password change") ] datetime PasswordInactivation; [ Description("The date of expiration of the account.") ] |