This file is used to list changes made in each version of ca_openldap.
- Fix #16: Log message should filter password value.
- Fix #15: set root as owner of /etc/openldap/cacerts to prevent error when ldap user does not exist.
- Add support for slapd general configuration options (cn=config)
- Fix unwanted attribute when creating an entry (#12)
- Fix wrong management of ['ca_openldap']['populate']['attributes_to_ignore'] (#11)
- Stringify and convert in lowercase attribute names for the evaluation of attributes to ignore.
- Support a list of attributes not to update in populate recipe (#7)
- Raise an exception when entry update fails (#6)
- Fix error when creating DIT if TLS mode is not enable (#7)
- Add support for update mode in populate recipe (#8)
- Fix wrong URI in ldap.conf file (#9)
- Fix error in ppolicy recipe when TLS is not enable (#7)
- Replace gem dependency to activeldap by ssha.
- Allow installation of net-ldap and ssh gems providing path of local gems.
- Force conversion to symbol of node['ca_openldap']['tls']['enable'] value.
- Manage configuration of default listening ports
- Add a recipe to install and configure ppolicy overlay
- Define Apache 2.0 as the license of this cookbook
- Fix #2: Compile Error in server recipe on file resource node.ca_openldap.tls.key_file
- Fix #1: Wrong rootdn used for the ppolicy configuration creation
- Add TLS support based on the certificates and the related key file
previously deployed by the certificate cookbook (see attribute
use_existing_certs_and_key
) - Improve the documentation (see README.md)
- Initial release of ca_openldap
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.