commit 0f62ea40c22ddda199471e1b6dfcf1e92640fa74
parent 9b54d2cb63bc528876d6e9fcf7abf0a79b1df0c8
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Mar 2026 16:06:14 +0100
fix ldap
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/talos_cluster/stalwart/release.yaml b/apps/talos_cluster/stalwart/release.yaml
@@ -161,16 +161,16 @@ spec:
directory:
ldap:
type: ldap
- url: ldap://ak-outpost-ldap.authentik.svc.cluster.local:389
+ url: ldap://ldap.midnightthoughts.space:389
base-dn: dc=ldap,dc=midnightthoughts,dc=space
bind:
dn: cn=stalwart-bind,ou=users,dc=ldap,dc=midnightthoughts,dc=space
secret: "%{env:LDAP_BIND_SECRET}%"
filter:
- name: "(&(objectClass=inetOrgPerson)(uid=?))"
- email: "(&(objectClass=inetOrgPerson)(|(mail=?)(mailAlias=?)))"
+ name: "(&(objectClass=user)(cn=?))"
+ email: "(&(objectClass=user)(|(mail=?)(mailAlias=?)))"
attributes:
- name: uid
+ name: cn
email: mail
email-alias: mailAlias