Blame doc/html/user/user_commands/klist.html

Packit fd8b60
Packit fd8b60
Packit fd8b60
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Packit fd8b60
Packit fd8b60
<html xmlns="http://www.w3.org/1999/xhtml">
Packit fd8b60
  <head>
Packit fd8b60
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Packit fd8b60
    <title>klist — MIT Kerberos Documentation</title>
Packit fd8b60
    <link rel="stylesheet" href="../../_static/agogo.css" type="text/css" />
Packit fd8b60
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
Packit fd8b60
    <link rel="stylesheet" href="../../_static/kerb.css" type="text/css" />
Packit fd8b60
    <script type="text/javascript">
Packit fd8b60
      var DOCUMENTATION_OPTIONS = {
Packit fd8b60
        URL_ROOT:    '../../',
Packit fd8b60
        VERSION:     '1.18.2',
Packit fd8b60
        COLLAPSE_INDEX: false,
Packit fd8b60
        FILE_SUFFIX: '.html',
Packit fd8b60
        HAS_SOURCE:  true,
Packit fd8b60
        SOURCELINK_SUFFIX: '.txt'
Packit fd8b60
      };
Packit fd8b60
    </script>
Packit fd8b60
    <script type="text/javascript" src="../../_static/jquery.js"></script>
Packit fd8b60
    <script type="text/javascript" src="../../_static/underscore.js"></script>
Packit fd8b60
    <script type="text/javascript" src="../../_static/doctools.js"></script>
Packit fd8b60
    <link rel="author" title="About these documents" href="../../about.html" />
Packit fd8b60
    <link rel="index" title="Index" href="../../genindex.html" />
Packit fd8b60
    <link rel="search" title="Search" href="../../search.html" />
Packit fd8b60
    <link rel="copyright" title="Copyright" href="../../copyright.html" />
Packit fd8b60
    <link rel="next" title="kpasswd" href="kpasswd.html" />
Packit fd8b60
    <link rel="prev" title="kinit" href="kinit.html" /> 
Packit fd8b60
  </head>
Packit fd8b60
  <body>
Packit fd8b60
    
Packit fd8b60
        
Packit fd8b60
            
Packit fd8b60
            
Packit fd8b60
            

MIT Kerberos Documentation

Packit fd8b60
            
Packit fd8b60
            
Packit fd8b60
                
Packit fd8b60
        
Packit fd8b60
            accesskey="C">Contents |
Packit fd8b60
        
Packit fd8b60
            accesskey="P">previous |
Packit fd8b60
        
Packit fd8b60
            accesskey="N">next |
Packit fd8b60
        
Packit fd8b60
            accesskey="I">index |
Packit fd8b60
        
Packit fd8b60
            accesskey="S">Search |
Packit fd8b60
    feedback
Packit fd8b60
            
Packit fd8b60
        
Packit fd8b60
    
Packit fd8b60
Packit fd8b60
    
Packit fd8b60
      
Packit fd8b60
        
Packit fd8b60
            
Packit fd8b60
      
Packit fd8b60
        
Packit fd8b60
          
Packit fd8b60
            
Packit fd8b60
  
Packit fd8b60

klist

Packit fd8b60
Packit fd8b60

SYNOPSIS

Packit fd8b60

klist

Packit fd8b60
[-e]
Packit fd8b60
[[-c] [-l] [-A] [-f] [-s] [-a [-n]]]
Packit fd8b60
[-C]
Packit fd8b60
[-k [-t] [-K]]
Packit fd8b60
[-V]
Packit fd8b60
[cache_name|keytab_name]

Packit fd8b60
Packit fd8b60
Packit fd8b60

DESCRIPTION

Packit fd8b60

klist lists the Kerberos principal and Kerberos tickets held in a

Packit fd8b60
credentials cache, or the keys held in a keytab file.

Packit fd8b60
Packit fd8b60
Packit fd8b60

OPTIONS

Packit fd8b60
Packit fd8b60
-e
Packit fd8b60
Displays the encryption types of the session key and the ticket
Packit fd8b60
for each credential in the credential cache, or each key in the
Packit fd8b60
keytab file.
Packit fd8b60
-l
Packit fd8b60
If a cache collection is available, displays a table summarizing
Packit fd8b60
the caches present in the collection.
Packit fd8b60
-A
Packit fd8b60
If a cache collection is available, displays the contents of all
Packit fd8b60
of the caches in the collection.
Packit fd8b60
-c
Packit fd8b60
List tickets held in a credentials cache. This is the default if
Packit fd8b60
neither -c nor -k is specified.
Packit fd8b60
-f
Packit fd8b60

Shows the flags present in the credentials, using the following

Packit fd8b60
abbreviations:

Packit fd8b60
F    Forwardable
Packit fd8b60
f    forwarded
Packit fd8b60
P    Proxiable
Packit fd8b60
p    proxy
Packit fd8b60
D    postDateable
Packit fd8b60
d    postdated
Packit fd8b60
R    Renewable
Packit fd8b60
I    Initial
Packit fd8b60
i    invalid
Packit fd8b60
H    Hardware authenticated
Packit fd8b60
A    preAuthenticated
Packit fd8b60
T    Transit policy checked
Packit fd8b60
O    Okay as delegate
Packit fd8b60
a    anonymous