DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(heimdal.info.gz) keytabs

Info Catalog (heimdal.info.gz) Checking the setup (heimdal.info.gz) Setting up a realm (heimdal.info.gz) Serving Kerberos 4/524/kaserver
 
 4.5 keytabs
 ===========
 
 To extract a service ticket from the database and put it in a keytab,
 you need to first create the principal in the database with `ank'
 (using the `--random-key' flag to get a random key) and then extract it
 with `ext_keytab'.
 
      kadmin> add --random-key host/my.host.name
      Max ticket life [unlimited]:
      Max renewable life [unlimited]:
      Attributes []:
      kadmin> ext host/my.host.name
      kadmin> exit
      # ktutil list
      Version  Type             Principal
           1   des-cbc-md5      host/my.host.name@MY.REALM
           1   des-cbc-md4      host/my.host.name@MY.REALM
           1   des-cbc-crc      host/my.host.name@MY.REALM
           1   des3-cbc-sha1    host/my.host.name@MY.REALM
 
Info Catalog (heimdal.info.gz) Checking the setup (heimdal.info.gz) Setting up a realm (heimdal.info.gz) Serving Kerberos 4/524/kaserver
automatically generated byinfo2html