Hi. I have a config file that is the output of the chage command formatted to my liking for python parsing. I would like to return the section name (in this case a username) if 'Account expires = never' and 'Password inactive = never'. Both must match to let me know that the account is still accessible. If only one parameter value of those is never, then it will mean the account is locked. I need to know if accounts are still open. I know there are...