lvps / 389ds-server

Ansible role to configure 389DS
Apache License 2.0
23 stars 14 forks source link

Added task Configure secure listen address #6

Closed Hy3n4 closed 3 years ago

Hy3n4 commented 3 years ago

Added ask to set attribute nsslapd-securelistenhost to variable {{ dirsrv_listen_host }}. This has been added to enable binding of port 636/tcp to {{ dirsrv_listen_host }} variable when TLS support is enabled.

It seems like a logical step to me when TLS support is enabled.

lvps commented 3 years ago

Thanks for the pull request, I will merge it this evening (in around 6 hours), update the readme and create a tag/release. CI is failing but it's just the linter, I'll fix it.

lvps commented 3 years ago

I've created a new dirsrv_secure_listen_host variable to avoid breaking compatibility if someone had set it outside the role, and released version 1.4.0