diff options
author | Roman Rakus <rrakus@redhat.com> | 2012-10-25 14:12:41 +0200 |
---|---|---|
committer | Roman Rakus <rrakus@redhat.com> | 2012-10-25 14:20:13 +0200 |
commit | 7a3aa00503496f4ee5e45f71bc42468b22f5ac78 (patch) | |
tree | 7bfce72c7ee697091fb3c4dd0e64c3a286654ea1 /mof | |
parent | d6e8232c056b2e7b2bb8dd5d955072cca10bd13d (diff) | |
download | openlmi-providers-7a3aa00503496f4ee5e45f71bc42468b22f5ac78.tar.gz openlmi-providers-7a3aa00503496f4ee5e45f71bc42468b22f5ac78.tar.xz openlmi-providers-7a3aa00503496f4ee5e45f71bc42468b22f5ac78.zip |
Account: Account modification of password expirations0.0.12
Signed-off-by: Roman Rakus <rrakus@redhat.com>
Diffstat (limited to '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.") ] |