*** Breaking Change *** This version of the cookbook is no longer compatible with Chef versions older than 12.15
- Convert LWRPs to custom resources #49
- Make authconfig optional #50
- Use kitchen-dokken instead of kitchen-virtualbox
- Split KDC DB to its own recipe
- Support multiple DNS mappings to a realm
- Change password echos via @JaBurd
- Conditionally restart KDC on config change
- Update how we default kadmind and KDC services
- Restore functionality in "find" helpers
- Add a service for kpropd
- Update testing framework (ChefDK)
- Fix typo is guard around senstive in krb5_keytab
- Update testing framework (Gemfile/Berksfile)
- Before creating keytab, kinit as admin user
- Include ntp::default in default recipe
- Remove extra whitespace to appease the almighty Rubocop
- Remove default from name_property for GitHub issue #26
- The execute[create-krb5-db] resource creates the DB file
- Update Gem/cookbook restrictions and rubocop configuration
- Support includedir directive
- Make execute block sensitive
- Authconfig Execute w/ Test via @joerocklin
- Only use compile_time on chef_gem when defined
- Only use sensitive on execute when defined
- Control expected service state via attribute
- Only close rkerberos objects when defined
- Install build dependencies for rkerberos gem
- Remove deprecated attribute support
- Remove testing vendored gems via rubocop
- Remove ChefSpec deprecation warnings
- Use container-based Travis CI infrastructure
- Add missing tests for 100% coverage
- LWRP for krb5_keytab and krb5_principal
- Fix default realm attributes properly
- Cleanups for Rubocop
- Switch to CentOS 6.5 in ChefSpec
- Update README to new attribute layout via @joraff
- Simplify default realm configuration
- Fix a bug with the new default realm attributes
- Switch to attribute-driven templates
- Add support for KDC and kadmind
- Add Chef ntp cookbook to dependencies
- Add Vagrantfile for direct Vagrant testing
- Support for different logging options
- Add rubocop, foodcritic, and chefspec tests
- Support more options: forwardable, ticket/renew_lifetime via @jblaine
- Add support for Suse via @jackl0phty
- Correct brackets on not_if conditional
- Depend on Opscode NTP cookbook for accurate clocks
- Public release of krb5 cookbook