From 7a3aa00503496f4ee5e45f71bc42468b22f5ac78 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Thu, 25 Oct 2012 14:12:41 +0200 Subject: Account: Account modification of password expirations Signed-off-by: Roman Rakus --- mof/LMI_Account.mof | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mof') 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.") ] -- cgit