New parser: `chage -l`
See original GitHub issueThis issue is a request to add support for the chage
command.
https://linux.die.net/man/1/chage
Specifically, the chage --list
Example output:
Last password change : Mar 02, 2022
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
Motivation
The chage
command provides valuable information in automation workflows when checking for security compliance if password expiration or account expiration are required.
Thanks for your time and for the great tool
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Formatting chage command date output - Ask Ubuntu
According to date 's documentation, input currently must be in locale independent format. They suggest to use LC_TIME=C to produce locale ...
Read more >Issue using chage command to remove account expiration date.
The bug in the "date" parsing code has been fixed, and it is again possible to remove the account expiration date and the...
Read more >Shift Reduce Parser in Compiler - GeeksforGeeks
Shift Reduce parser attempts for the construction of parse in a similar manner as done in bottom-up ... ( L, S, ) $,...
Read more >Guide to the Parser
Abstract: The Parser in CPython is currently a PEG (Parser Expression Grammar) parser. The first version of the parser used to be an...
Read more >Other Parsers | Apache Solr Reference Guide 6.6
Simple Query Parser This query parser is designed to allow users to enter queries however they want, and it will do its best...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This parser is now available via pip on version 1.19.0
Awesome - thanks for testing! I’ll get this into the next release in the next couple of weeks.