bumped sources + fixed stalwart - added todo

This commit is contained in:
eyjhb 2025-06-29 20:40:34 +02:00
parent 038865ba84
commit 801dcdbfd0
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 21 additions and 29 deletions

View file

@ -44,9 +44,17 @@ in {
dn = config.mine.shared.settings.ldap.bind_dn;
secret = "%{file:${config.age.secrets.lldap-bind-user-pass.path}}%";
# TODO: I'm not sure if this should be lookup, or template
# LLDAPs config is out of date, and there is a closed issue here
# https://github.com/stalwartlabs/stalwart/issues/1730
# this was changed in v.0.12.4, changelog here
# https://github.com/stalwartlabs/stalwart/releases/tag/v0.12.4
auth = {
enable = true;
# method = "template";
# dn = "cn={username},${config.mine.shared.settings.ldap.search_base}";
method = "lookup";
dn = "cn=?,${config.mine.shared.settings.ldap.search_base}";
search = true;
};
};