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