File: GSSAPI-Error-Codes.html

package info (click to toggle)
krb5 1.4.4-7etch8
  • links: PTS
  • area: main
  • in suites: etch
  • size: 49,188 kB
  • ctags: 25,838
  • sloc: ansic: 270,358; exp: 21,157; makefile: 10,635; sh: 6,403; yacc: 2,515; perl: 1,925; cpp: 743; awk: 449; python: 379; asm: 248; lex: 190; sed: 172; csh: 147
file content (63 lines) | stat: -rw-r--r-- 2,485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html lang="en">
<head>
<title>Kerberos V5 System Administrator's Guide</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Kerberos V5 System Administrator's Guide">
<meta name="generator" content="makeinfo 4.5">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="GSSAPI%20Error%20Codes">GSSAPI Error Codes</a>,
Previous:<a rel="previous" accesskey="p" href="ASN.1-Error-Codes.html#ASN.1%20Error%20Codes">ASN.1 Error Codes</a>,
Up:<a rel="up" accesskey="u" href="Errors.html#Errors">Errors</a>
<hr><br>
</div>

<h4 class="appendixsubsec">GSSAPI Error Codes</h4>

<p>Generic GSSAPI Errors:

     <ol type=1 start=0>
<li>G_BAD_SERVICE_NAME:  No  in SERVICE-NAME name string
<li>G_BAD_STRING_UID: STRING-UID-NAME contains nondigits
<li>G_NOUSER:  UID does not resolve to username
<li>G_VALIDATE_FAILED:  Validation error
<li>G_BUFFER_ALLOC:  Couldn't allocate gss_buffer_t data
<li>G_BAD_MSG_CTX:  Message context invalid
<li>G_WRONG_SIZE:  Buffer is the wrong size
<li>G_BAD_USAGE:  Credential usage type is unknown
<li>G_UNKNOWN_QOP:  Unknown quality of protection specified
<li>G_BAD_HOSTNAME:  Hostname in SERVICE-NAME string could not be
canonicalized
<li>G_WRONG_MECH: Mechanism is incorrect
<li>G_BAD_TOK_HEADER: Token header is malformed or corrupt
<li>G_BAD_DIRECTION: Packet was replayed in wrong direction
<li>G_TOK_TRUNC: Token is missing data
<li>G_REFLECT: Token was reflected
<li>G_WRONG_TOKID: Received token ID does not match expected token ID
     </ol>

<p>Kerberos 5 GSSAPI Errors:

     <ol type=1 start=0>
<li>KG_CCACHE_NOMATCH:  Principal in credential cache does not match desired
name
<li>KG_KEYTAB_NOMATCH:  No principal in keytab matches desired name
<li>KG_TGT_MISSING:  Credential cache has no TGT
<li>KG_NO_SUBKEY:  Authenticator has no subkey
<li>KG_CONTEXT_ESTABLISHED:  Context is already fully established
<li>KG_BAD_SIGN_TYPE:  Unknown signature type in token
<li>KG_BAD_LENGTH:  Invalid field length in token
<li>KG_CTX_INCOMPLETE:  Attempt to use incomplete security context
<li>KG_CONTEXT:  Bad magic number for krb5_gss_ctx_id_t
<li>KG_CRED:  Bad magic number for krb5_gss_cred_id_t
<li>KG_ENC_DESC:  Bad magic number for krb5_gss_enc_desc
<li>KG_BAD_SEQ: Sequence number in token is corrupt
<li>KG_EMPTY_CCACHE: Credential cache is empty
<li>KG_NO_CTYPES: Acceptor and Initiator share no checksum types
     </ol>

</body></html>