Releases: lvps/389ds-server
Releases · lvps/389ds-server
3.1.0
- Add
dirsrv_db_home_dir
parameter to configure db_home_dir
- Fix
dirsrv_install_additional_ldif
on CentOS 8
3.0.2
Bug fix: replace handlers with tasks to avoid errors with undefined variables
3.0.1
Bug fix: restart all 389DS instances (if needed) when applying the role in a loop, instead of restarting just the last one
3.0.0
- Change default LDAPI socket to make it compatible with Cockpit console
- Add more configuration parameters (dirsrv_product, dirsrv_port, dirsrv_factory, dirsrv_rundir)
- Skip SELinux configuration if SELinux is disabled (otherwise the role fails)
- Various improvements on CentOS 8/RHEL 8
2.1.0
Added options to create multiple backends in the install phase (specifying suffix name and bename, too)
2.0.0
- Add replica-friendly DNA plugin configuration
- Minor corrections to readme and defaults file
1.4.0
Add dirsrv_secure_listen_host variable
1.3.1
Add EL/CentOS 8 support to meta (will show up in Ansible Galaxy)
1.3.0
- Add support for CentOS 8
- Improve automated tests
1.2.0
- Removed deprecated
params
option from ldap_attrs
tasks
- Added
dirsrv_server_uri
variable
- Corrected LDAPI socket path
- Updated molecule and dependencies