fix!: Allow protocol in SASLAUTHD_LDAP_SERVER & adjust SASLAUTHD_LDAP_ default values#1989
Conversation
e1719ad to
09dd7b6
Compare
09dd7b6 to
02f233d
Compare
|
Just FYI This PR is to be merged before the release of v10 as it contains breaking changes:) |
|
@moqmar please reach back to us when this PR is ready to be reviewed, so we can take action:) |
…as well as with default bind credentials Note that there are currently no regression tests for this as there's only one setup_file, so that would require big changes to the testing methodology.
|
Alright, I'd say if the checks run fine now then this is done! Note that there are currently no regression tests for this as there's only one setup_file, so that would require big changes to the testing methodology. |
* docs(ldap): Make DOVECOT_PASS_FILTER clearer and add a small DOVECOT_AUTH_BIND section * docs(ldap): Remove superfluous environment variables as of #1989 * docs(ldap): Document defaults for DOVECOT_*_ATTRS/FILTER * docs(ldap): Add documentation for LDAP with TLS and StartTLS Co-authored-by: Frederic Werner <[email protected]> Co-authored-by: Brennan Kinney <[email protected]>
wernerfred
left a comment
There was a problem hiding this comment.
LGTM 👍🏻
Anything else needed from your side @moqmar?
If not @docker-mailserver/maintainers the next one to approve pls merge this so we can start feature freeze and testing for v10.0.0
|
Documentation preview for this PR is ready! 🎉 Built with commit: a4c9271 |
I have opened #1996 which does not change anything else than the layer count. After this PR is merged, we can begin with the feature freeze. We should merge #1996 before releasing v10 since its a safe improvement, see the PR description. #1996 should be the last PR to really be merged before the release of v10. |
|
We currently have a failing CI on master. The merged PR check passed though. I retriggered the check, maybe wait with merge until it passes |
Just in time, I was about to merge this |
|
Tests passed. Now build and publish is in Progress. You can merge imho. |
I will merge this when CI has fully passed :D |
Description
Deprecate SASLAUTHD_LDAP_SSL by allowing the protocol in SASLAUTHD_LDAP_SERVER & use more sane defaults for some SASLAUTHD_LDAP variables.
Fixes #1983
Type of change
Checklist:
docs/)If necessary I have added tests that prove my fix is effective or that my feature works