Bug 16494 - Добавить управление состоянием логина
Summary: Добавить управление состоянием логина
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-users (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2008-07-31 16:38 MSD by Anton Farygin
Modified: 2011-09-17 10:48 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2008-07-31 16:38:10 MSD
Просьба добавить возможность изменения вот этих параметров usermod:
      -e expire_date
              The date on which the user account will be disabled. The date is specified in the format YYYY-MM-DD.

       -f inactive_days
              The  number  of  days  after  a password expires until the account is permanently disabled. A value of 0 disables the
              account as soon as the password has expired, and a value of -1 disables the feature. The default value is -1.

       -L     Lock a user's password. This puts a '!' in front of the encrypted password, effectively disabling the password.   You
              can't use this option with -p or -U.

       -U     Unlock  a user's password. This removes the '!' in front of the encrypted password. You can't use this option with -p
              or -L.