DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(heimdal.info) keytabs

Info Catalog (heimdal.info) Creating the database (heimdal.info) Setting up a realm (heimdal.info) Serving Kerberos 4/524/kaserver
 
 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
      # 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) Creating the database (heimdal.info) Setting up a realm (heimdal.info) Serving Kerberos 4/524/kaserver
automatically generated byinfo2html