Skip to main content

Is Password Expired

Checks if the password is expired on an account

Signature: def ispwexpired(cinfo)

Parameters:

  • cinfo['acctid'] - The account the password should be checked on

Return Value:

  • ACSuccess 0

  • ACUnknownError 1

  • ACOperationNotSupported 2

  • ACInvalidUser 7

Remarks:

The agent.isPwExpired callback should be used to return the status of the password. See the agent.isPwExpired callback page for full details.