AFS Assigned Numbers Registry - admin tools kas error codes This is a table of admin tools kas error codes, contained in the 'AK' error table. A maximum of 256 codes are available in this table. In addition to this table, this data is also available in the form of a com_err error table. The error code values are also available in a C header file. ** AK error table Code Value Name Message ==== ========== ====================================== ================================================================================================================================================ 0 19200 ADMKASSERVERHANDLENULL the server handle parameter cannot be NULL 1 19201 ADMKASSERVERHANDLEBADMAGIC the server handle parameter failed to pass the magic number test. Most likely the server handle is invalid, or has been overwritten by mistake. 2 19202 ADMKASSERVERHANDLENOTVALID the server handle parameter is marked invalid 3 19203 ADMKASSERVERHANDLENOSERVERS the server handle parameter contains no servers 4 19204 ADMKASCELLHANDLEANDSERVERHANDLENULL the cell handle and the server handle parameter cannot both be NULL 5 19205 ADMKASCELLHANDLEANDSERVERHANDLENOTNULL the cell handle and the server handle parameter cannot both be non-NULL 6 19206 ADMKASKASHANDLENULL the authentication server handle parameter cannot be NULL 7 19207 ADMKASFROMNULL the from parameter cannot be NULL 8 19208 ADMKASTONULL the to parameter cannot be NULL 9 19209 ADMKASSERVERLISTNULL the server list parameter cannot be NULL 10 19210 ADMKASSERVERLISTTOOLONG the server list parameter contains too many servers 11 19211 ADMKASSERVERHANDLEPNULL the server handle parameter cannot be NULL nor can it point to NULL 12 19212 ADMKASWHONULL the who parameter cannot be NULL 13 19213 ADMKASPASSWORDNULL the password parameter cannot be NULL 14 19214 ADMKASKASERVERNULL the authentication server parameter cannot be NULL 15 19215 ADMKASLOCKEDUNTILNULL the locked until parameter cannot be NULL 16 19216 ADMKASPRINCIPALNULL the principal parameter cannot be NULL 17 19217 ADMKASKEYNULL the key parameter cannot be NULL 18 19218 ADMKASLOCKENDTIMEPNULL the lock end time parameter cannot be NULL 19 19219 ADMKASPASSWORDEXPIRESTOOBIG the password expires parameter cannot be greater than 255 20 19220 ADMKASFAILEDPASSWORDATTEMPTSTOOBIG the failed password attempts parameter cannot be greater than 255 21 19221 ADMKASFAILEDPASSWORDLOCKTIME the failed password lock time parameter cannot be greater than 129600 22 19222 ADMKASSTATSNULL the stats parameter cannot be NULL 23 19223 ADMKASDEBUGNULL the debug parameter cannot be NULL 24 19224 ADMKASSERVERLISTEMPTY the server list parameter didn't contain any servers 25 19225 ADMKASPRINCIPALFIELDSNOCHANGE at least one principal field to set must be specified ** How to use these codes XXX text to be written XXX ** Registration Policy XXX text to be written XXX