Is Account Expired
Checks if an account is expired.
Signature: def isacctexpired(cinfo)
Parameters:
cinfo['acctid'] - The account to be checked
Return Value:
ACSuccess 0
ACUnknownError 1
ACOperationNotSupported 2
ACInvalidUser 7
Remarks:
The agent.isAcctExpired callback should be used to return the status of the account. See the agent.isAcctExpired callback page for full details.