|
Bugzilla – Full Text Bug Listing |
| Summary: | faillog from package pwdutils misses -p option | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Dr. Werner Fink <werner> |
| Component: | Basesystem | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Correct. That was removed. Then please correct the manual page. Also it would be nice to inform all callers about this, e.g. /etc/csh.login ... 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. |
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 #