bd1c6e5e84f3fbf7fcfed21a7e743fe5c536cdf1
[openafs.git] / src / libadmin / adminutil / afs_AdminKasErrors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 error_table ak
9         ec ADMKASSERVERHANDLENULL, "the server handle parameter cannot be NULL"
10         ec 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."
11         ec ADMKASSERVERHANDLENOTVALID, "the server handle parameter is marked invalid"
12         ec ADMKASSERVERHANDLENOSERVERS, "the server handle parameter contains no servers"
13         ec ADMKASCELLHANDLEANDSERVERHANDLENULL, "the cell handle and the server handle parameter cannot both be NULL"
14         ec ADMKASCELLHANDLEANDSERVERHANDLENOTNULL, "the cell handle and the server handle parameter cannot both be non-NULL"
15         ec ADMKASKASHANDLENULL, "the authentication server handle parameter cannot be NULL"
16         ec ADMKASFROMNULL, "the from parameter cannot be NULL"
17         ec ADMKASTONULL, "the to parameter cannot be NULL"
18         ec ADMKASSERVERLISTNULL, "the server list parameter cannot be NULL"
19         ec ADMKASSERVERLISTTOOLONG, "the server list parameter contains too many servers"
20         ec ADMKASSERVERHANDLEPNULL, "the server handle parameter cannot be NULL nor can it point to NULL"
21         ec ADMKASWHONULL, "the who parameter cannot be NULL"
22         ec ADMKASPASSWORDNULL, "the password parameter cannot be NULL"
23         ec ADMKASKASERVERNULL, "the authentication server parameter cannot be NULL"
24         ec ADMKASLOCKEDUNTILNULL, "the locked until parameter cannot be NULL"
25         ec ADMKASPRINCIPALNULL, "the principal parameter cannot be NULL"
26         ec ADMKASKEYNULL, "the key parameter cannot be NULL"
27         ec ADMKASLOCKENDTIMEPNULL, "the lock end time parameter cannot be NULL"
28         ec ADMKASPASSWORDEXPIRESTOOBIG, "the password expires parameter cannot be greater than 255"
29         ec ADMKASFAILEDPASSWORDATTEMPTSTOOBIG, "the failed password attempts parameter cannot be greater than 255"
30         ec ADMKASFAILEDPASSWORDLOCKTIME, "the failed password lock time parameter cannot be greater than 129600"
31         ec ADMKASSTATSNULL, "the stats parameter cannot be NULL"
32         ec ADMKASDEBUGNULL, "the debug parameter cannot be NULL"
33         ec ADMKASSERVERLISTEMPTY, "the server list parameter didn't contain any servers"
34         ec ADMKASPRINCIPALFIELDSNOCHANGE, "at least one principal field to set must be specified"
35 end