Bug 105239 - faillog from package pwdutils misses -p option
Summary: faillog from package pwdutils misses -p option
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Thorsten Kukuk
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 15:42 UTC by Dr. Werner Fink
Modified: 2005-08-17 16:04 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2005-08-17 15:42:22 UTC
Old:
  boole:new # cat /etc/SuSE-release 
  SuSE Linux 9.3 (i586)
  VERSION = 9.3
  boole:new # faillog -p
  boole:new # 

New:
  fatou:/suse/werner # cat /etc/SuSE-release 
  SUSE LINUX 10.0 (X86-64) beta2
  VERSION = 10.0
  fatou:/suse/werner # faillog -p
  faillog: invalid option -- p
  Usage: faillog [options]

  Options:
    -a, --all                     display faillog records for all users
    -h, --help                    display this help message and exit
    -l, --lock-time SEC           after failed login lock accout to SEC seconds
    -m, --maximum MAX             set maximum failed login counters to MAX
    -r, --reset                   reset the counters of login failures
    -t, --time DAYS               display faillog records more recent than DAYS
    -u, --user LOGIN              display faillog record or maintains failure
counters
                                and limits (if used with -r, -m or -l options) only
                                for user with LOGIN
  fatou:/suse/werner #
Comment 1 Thorsten Kukuk 2005-08-17 15:57:52 UTC
Correct. That was removed.
Comment 2 Dr. Werner Fink 2005-08-17 16:00:30 UTC
Then please correct the manual page.  Also it would
be nice to inform all callers about this, e.g.
/etc/csh.login ...
Comment 3 Thorsten Kukuk 2005-08-17 16:04:31 UTC
Manual page only waiting for checking.
And why inform the customers extra? faillog did not work in the past
and they will see the error.