bumped sources + fixed stalwart - added todo
This commit is contained in:
parent
038865ba84
commit
801dcdbfd0
3 changed files with 21 additions and 29 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue