Blame doc/html/user/user_commands/kdestroy.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>kdestroy — 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="kinit" href="kinit.html" />
Packit fd8b60
    <link rel="prev" title="User commands" href="index.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

kdestroy

Packit fd8b60
Packit fd8b60

SYNOPSIS

Packit fd8b60

kdestroy

Packit fd8b60
[-A]
Packit fd8b60
[-q]
Packit fd8b60
[-c cache_name]

Packit fd8b60
Packit fd8b60
Packit fd8b60

DESCRIPTION

Packit fd8b60

The kdestroy utility destroys the user’s active Kerberos authorization

Packit fd8b60
tickets by overwriting and deleting the credentials cache that
Packit fd8b60
contains them.  If the credentials cache is not specified, the default
Packit fd8b60
credentials cache is destroyed.

Packit fd8b60
Packit fd8b60
Packit fd8b60

OPTIONS

Packit fd8b60
Packit fd8b60
-A
Packit fd8b60
Destroys all caches in the collection, if a cache collection is
Packit fd8b60
available.  May be used with the -c option to specify the
Packit fd8b60
collection to be destroyed.
Packit fd8b60
-q
Packit fd8b60
Run quietly. Normally kdestroy beeps if it fails to destroy the
Packit fd8b60
user’s tickets.  The -q flag suppresses this behavior.
Packit fd8b60
-c cache_name
Packit fd8b60

Use cache_name as the credentials (ticket) cache name and

Packit fd8b60
location; if this option is not used, the default cache name and
Packit fd8b60
location are used.

Packit fd8b60

The default credentials cache may vary between systems. If the

Packit fd8b60
KRB5CCNAME environment variable is set, its value is used to
Packit fd8b60
name the default ticket cache.

Packit fd8b60
Packit fd8b60
-p princ_name
Packit fd8b60
If a cache collection is available, destroy the cache for
Packit fd8b60
princ_name instead of the primary cache.  May be used with the
Packit fd8b60
-c option to specify the collection to be searched.
Packit fd8b60
Packit fd8b60
Packit fd8b60
Packit fd8b60

NOTE

Packit fd8b60

Most installations recommend that you place the kdestroy command in

Packit fd8b60
your .logout file, so that your tickets are destroyed automatically
Packit fd8b60
when you log out.

Packit fd8b60
Packit fd8b60
Packit fd8b60

ENVIRONMENT

Packit fd8b60

See kerberos for a description of Kerberos environment

Packit fd8b60
variables.

Packit fd8b60
Packit fd8b60
Packit fd8b60

FILES

Packit fd8b60
Packit fd8b60
DEFCCNAME
Packit fd8b60
Default location of Kerberos 5 credentials cache
Packit fd8b60
Packit fd8b60
Packit fd8b60
Packit fd8b60

SEE ALSO

Packit fd8b60

kinit, klist, kerberos

Packit fd8b60
Packit fd8b60
Packit fd8b60
Packit fd8b60
Packit fd8b60
          
Packit fd8b60
        
Packit fd8b60
      
Packit fd8b60
        
Packit fd8b60
        
Packit fd8b60
    

On this page

Packit fd8b60
    
    Packit fd8b60
  • kdestroy
    • Packit fd8b60
    • SYNOPSIS
    • Packit fd8b60
    • DESCRIPTION
    • Packit fd8b60
    • OPTIONS
    • Packit fd8b60
    • NOTE
    • Packit fd8b60
    • ENVIRONMENT
    • Packit fd8b60
    • FILES
    • Packit fd8b60
    • SEE ALSO
    • Packit fd8b60
      Packit fd8b60
      Packit fd8b60
      Packit fd8b60
      Packit fd8b60
          
      Packit fd8b60
          

      Table of contents

      Packit fd8b60
          
        Packit fd8b60
      • For users
        • Packit fd8b60
        • Password management
        • Packit fd8b60
        • Ticket management
        • Packit fd8b60
        • User config files
        • Packit fd8b60
        • User commands
          • Packit fd8b60
          • kdestroy
          • Packit fd8b60
          • kinit
          • Packit fd8b60
          • klist
          • Packit fd8b60
          • kpasswd
          • Packit fd8b60
          • krb5-config
          • Packit fd8b60
          • ksu
          • Packit fd8b60
          • kswitch
          • Packit fd8b60
          • kvno
          • Packit fd8b60
          • sclient
          • Packit fd8b60
            Packit fd8b60
            Packit fd8b60
            Packit fd8b60
            Packit fd8b60
          • For administrators
          • Packit fd8b60
          • For application developers
          • Packit fd8b60
          • For plugin module developers
          • Packit fd8b60
          • Building Kerberos V5
          • Packit fd8b60
          • Kerberos V5 concepts
          • Packit fd8b60
          • Protocols and file formats
          • Packit fd8b60
          • MIT Kerberos features
          • Packit fd8b60
          • How to build this documentation from the source
          • Packit fd8b60
          • Contributing to the MIT Kerberos Documentation
          • Packit fd8b60
          • Resources
          • Packit fd8b60
            Packit fd8b60
            Packit fd8b60
                
            Packit fd8b60
                

            Full Table of Contents

            Packit fd8b60
                

            Search

            Packit fd8b60
                <form class="search" action="../../search.html" method="get">
            Packit fd8b60
                  <input type="text" name="q" size="18" />
            Packit fd8b60
                  <input type="submit" value="Go" />
            Packit fd8b60
                  <input type="hidden" name="check_keywords" value="yes" />
            Packit fd8b60
                  <input type="hidden" name="area" value="default" />
            Packit fd8b60
                </form>
            Packit fd8b60
                    
            Packit fd8b60
                    
            Packit fd8b60
                  
            Packit fd8b60
                
            Packit fd8b60
            Packit fd8b60
                
            Packit fd8b60
                    
            Packit fd8b60
                        
            Release: 1.18.2
            Packit fd8b60
                            © Copyright 1985-2020, MIT.
            Packit fd8b60
                        
            Packit fd8b60
                        
            Packit fd8b60
                            
            Packit fd8b60
                    
            Packit fd8b60
                        >Contents |
            Packit fd8b60
                    
            Packit fd8b60
                        >previous |
            Packit fd8b60
                    
            Packit fd8b60
                        >next |
            Packit fd8b60
                    
            Packit fd8b60
                        >index |
            Packit fd8b60
                    
            Packit fd8b60
                        >Search |
            Packit fd8b60
                feedback
            Packit fd8b60
                        
            Packit fd8b60
                    
            Packit fd8b60
                
            Packit fd8b60
            Packit fd8b60
              </body>
            Packit fd8b60
            </html>