question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New parser: `chage -l`

See original GitHub issue

This 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:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
kellyjonbrazilcommented, May 13, 2022

This parser is now available via pip on version 1.19.0

1reaction
kellyjonbrazilcommented, May 12, 2022

Awesome - thanks for testing! I’ll get this into the next release in the next couple of weeks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found