~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to doc/krb5-admin/GSSAPI-Error-Codes.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html lang="en">
2
 
<head>
3
 
<title>Kerberos V5 System Administrator's Guide</title>
4
 
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="Kerberos V5 System Administrator's Guide">
6
 
<meta name="generator" content="makeinfo 4.5">
7
 
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8
 
</head>
9
 
<body>
10
 
<div class="node">
11
 
<p>
12
 
Node:<a name="GSSAPI%20Error%20Codes">GSSAPI Error Codes</a>,
13
 
Previous:<a rel="previous" accesskey="p" href="ASN.1-Error-Codes.html#ASN.1%20Error%20Codes">ASN.1 Error Codes</a>,
14
 
Up:<a rel="up" accesskey="u" href="Errors.html#Errors">Errors</a>
15
 
<hr><br>
16
 
</div>
17
 
 
18
 
<h4 class="appendixsubsec">GSSAPI Error Codes</h4>
19
 
 
20
 
<p>Generic GSSAPI Errors:
21
 
 
22
 
     <ol type=1 start=0>
23
 
<li>G_BAD_SERVICE_NAME:  No  in SERVICE-NAME name string
24
 
<li>G_BAD_STRING_UID: STRING-UID-NAME contains nondigits
25
 
<li>G_NOUSER:  UID does not resolve to username
26
 
<li>G_VALIDATE_FAILED:  Validation error
27
 
<li>G_BUFFER_ALLOC:  Couldn't allocate gss_buffer_t data
28
 
<li>G_BAD_MSG_CTX:  Message context invalid
29
 
<li>G_WRONG_SIZE:  Buffer is the wrong size
30
 
<li>G_BAD_USAGE:  Credential usage type is unknown
31
 
<li>G_UNKNOWN_QOP:  Unknown quality of protection specified
32
 
<li>G_BAD_HOSTNAME:  Hostname in SERVICE-NAME string could not be
33
 
canonicalized
34
 
<li>G_WRONG_MECH: Mechanism is incorrect
35
 
<li>G_BAD_TOK_HEADER: Token header is malformed or corrupt
36
 
<li>G_BAD_DIRECTION: Packet was replayed in wrong direction
37
 
<li>G_TOK_TRUNC: Token is missing data
38
 
<li>G_REFLECT: Token was reflected
39
 
<li>G_WRONG_TOKID: Received token ID does not match expected token ID
40
 
     </ol>
41
 
 
42
 
<p>Kerberos 5 GSSAPI Errors:
43
 
 
44
 
     <ol type=1 start=0>
45
 
<li>KG_CCACHE_NOMATCH:  Principal in credential cache does not match desired
46
 
name
47
 
<li>KG_KEYTAB_NOMATCH:  No principal in keytab matches desired name
48
 
<li>KG_TGT_MISSING:  Credential cache has no TGT
49
 
<li>KG_NO_SUBKEY:  Authenticator has no subkey
50
 
<li>KG_CONTEXT_ESTABLISHED:  Context is already fully established
51
 
<li>KG_BAD_SIGN_TYPE:  Unknown signature type in token
52
 
<li>KG_BAD_LENGTH:  Invalid field length in token
53
 
<li>KG_CTX_INCOMPLETE:  Attempt to use incomplete security context
54
 
<li>KG_CONTEXT:  Bad magic number for krb5_gss_ctx_id_t
55
 
<li>KG_CRED:  Bad magic number for krb5_gss_cred_id_t
56
 
<li>KG_ENC_DESC:  Bad magic number for krb5_gss_enc_desc
57
 
<li>KG_BAD_SEQ: Sequence number in token is corrupt
58
 
<li>KG_EMPTY_CCACHE: Credential cache is empty
59
 
<li>KG_NO_CTYPES: Acceptor and Initiator share no checksum types
60
 
     </ol>
61
 
 
62
 
</body></html>
63