Name |
Code |
Description |
ADMKASSERVERHANDLENULL |
(19200L) |
the server handle parameter cannot be NULL |
ADMKASSERVERHANDLEBADMAGIC |
(19201L) |
the server handle parameter failed to pass the magic number test. Most likely the server handle is invalid, or has been overwritten by mistake. |
ADMKASSERVERHANDLENOTVALID |
(19202L) |
the server handle parameter is marked invalid |
ADMKASSERVERHANDLENOSERVERS |
(19203L) |
the server handle parameter contains no servers |
ADMKASCELLHANDLEANDSERVERHANDLENULL |
(19204L) |
the cell handle and the server handle parameter cannot both be NULL |
ADMKASCELLHANDLEANDSERVERHANDLENOTNULL |
(19205L) |
the cell handle and the server handle parameter cannot both be non-NULL |
ADMKASKASHANDLENULL |
(19206L) |
the authentication server handle parameter cannot be NULL |
ADMKASFROMNULL |
(19207L) |
the from parameter cannot be NULL |
ADMKASTONULL |
(19208L) |
the to parameter cannot be NULL |
ADMKASSERVERLISTNULL |
(19209L) |
the server list parameter cannot be NULL |
ADMKASSERVERLISTTOOLONG |
(19210L) |
the server list parameter contains too many servers |
ADMKASSERVERHANDLEPNULL |
(19211L) |
the server handle parameter cannot be NULL nor can it point to NULL |
ADMKASWHONULL |
(19212L) |
the who parameter cannot be NULL |
ADMKASPASSWORDNULL |
(19213L) |
the password parameter cannot be NULL |
ADMKASKASERVERNULL |
(19214L) |
the authentication server parameter cannot be NULL |
ADMKASLOCKEDUNTILNULL |
(19215L) |
the locked until parameter cannot be NULL |
ADMKASPRINCIPALNULL |
(19216L) |
the principal parameter cannot be NULL |
ADMKASKEYNULL |
(19217L) |
the key parameter cannot be NULL |
ADMKASLOCKENDTIMEPNULL |
(19218L) |
the lock end time parameter cannot be NULL |
ADMKASPASSWORDEXPIRESTOOBIG |
(19219L) |
the password expires parameter cannot be greater than 255 |
ADMKASFAILEDPASSWORDATTEMPTSTOOBIG |
(19220L) |
the failed password attempts parameter cannot be greater than 255 |
ADMKASFAILEDPASSWORDLOCKTIME |
(19221L) |
the failed password lock time parameter cannot be greater than 129600 |
ADMKASSTATSNULL |
(19222L) |
the stats parameter cannot be NULL |
ADMKASDEBUGNULL |
(19223L) |
the debug parameter cannot be NULL |
ADMKASSERVERLISTEMPTY |
(19224L) |
the server list parameter didn't contain any servers |
ADMKASPRINCIPALFIELDSNOCHANGE |
(19225L) |
at least one principal field to set must be specified |