Utility functions
Utility functions are used by one or all operations to pass back information specific to the operation.
agentError Return an error message to the agent.
agentWarning Return a warning message to the agent.
agentInfo Return an info message to the agent.
agentListAttribute Return user attributes from a list operation.
agentListGroup Return group information, excluding the group SID, from a listgroups operation.
agentListGroupSID Return group information, including the group SID, from a listgroups operation.
agentIsEnabled Return enabled status from an isenabled operation.
agentIsLocked Return locked status from an islocked operation.
agentIsPassExpired Return password expired status from an ispwexpired operation.
agentIsAcctExpired Return account expired status from an isacctexpired operation. Although this function point is implemented, the isacctexpired operation is not yet supported.
agentLongId Return longid from a create operation.
agentShortId Return shortid from a create operation.
agentGroups Return a list of groups for which user belongs from a userattribute/checktpl operation.