commit 69521dab00c66e33ce5d20b3a823ad086caf0ef7
parent 0724d291705df2728b50fd6c37d72aeb04264e4e
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Mar 2026 16:30:17 +0100
another potential auth fix
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/apps/talos_cluster/stalwart/release.yaml b/apps/talos_cluster/stalwart/release.yaml
@@ -166,13 +166,14 @@ spec:
bind:
dn: cn=stalwart-bind,ou=users,dc=ldap,dc=midnightthoughts,dc=space
secret: "%{env:LDAP_BIND_SECRET}%"
+ auth:
+ enable: true
filter:
name: "(&(objectClass=user)(|(cn=?)(mail=?)))"
email: "(&(objectClass=user)(|(mail=?)(mailAlias=?)))"
attributes:
name: cn
class: objectClass
- secret: userPassword
groups:
- memberOf
email: mail