1 | #
|
---|
2 | # extended gss krb5 error messages
|
---|
3 | #
|
---|
4 |
|
---|
5 | id "$Id$"
|
---|
6 |
|
---|
7 | error_table gk5
|
---|
8 |
|
---|
9 | prefix GSS_KRB5_S
|
---|
10 |
|
---|
11 | error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
|
---|
12 | error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
|
---|
13 | error_code G_NOUSER, "UID does not resolve to username"
|
---|
14 | error_code G_VALIDATE_FAILED, "Validation error"
|
---|
15 | error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
|
---|
16 | error_code G_BAD_MSG_CTX, "Message context invalid"
|
---|
17 | error_code G_WRONG_SIZE, "Buffer is the wrong size"
|
---|
18 | error_code G_BAD_USAGE, "Credential usage type is unknown"
|
---|
19 | error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
|
---|
20 |
|
---|
21 | index 128
|
---|
22 |
|
---|
23 | error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name"
|
---|
24 | error_code KG_KEYTAB_NOMATCH, "No principal in keytab matches desired name"
|
---|
25 | error_code KG_TGT_MISSING, "Credential cache has no TGT"
|
---|
26 | error_code KG_NO_SUBKEY, "Authenticator has no subkey"
|
---|
27 | error_code KG_CONTEXT_ESTABLISHED, "Context is already fully established"
|
---|
28 | error_code KG_BAD_SIGN_TYPE, "Unknown signature type in token"
|
---|
29 | error_code KG_BAD_LENGTH, "Invalid field length in token"
|
---|
30 | error_code KG_CTX_INCOMPLETE, "Attempt to use incomplete security context"
|
---|
31 | error_code KG_INPUT_TOO_LONG, "Input too long"
|
---|