Puppet Defined Type: krb5

Defined in:
manifests/krb5.pp

Overview

; for Windows 2003

; default_tgs_enctypes = rc4-hmac des-cbc-crc des-cbc-md5 ; default_tkt_enctypes = rc4-hmac des-cbc-crc des-cbc-md5 ; permitted_enctypes = rc4-hmac des-cbc-crc des-cbc-md5

; for Windows 2008 with AES

; default_tgs_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5 ; default_tkt_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5 ; permitted_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5

; for MIT/Heimdal kdc no need to restrict encryption type puppet2sitepp @tomcatkerberos

Parameter Summary

  • realm (Any)
  • kdc (Any)
  • keytab_source (Any)
  • use_subject_creds_only (Any) => false
  • default_keytab (Any) => undef
  • servicename (Any) => $name
  • catalina_base (Any) => "/opt/${name}"
  • enctypes (Any) => [ 'aes256-cts', 'aes128-cts', 'rc4-hmac', 'des3-cbc-sha1', 'des-cbc-crc' ]
  • ensure (Any) => 'present'