docs: Update README example config (backend user with complete DN)

This commit is contained in:
selfhoster selfhoster 2026-09-19 11:47:11 +02:00
commit 62bb76f461

View file

@ -43,13 +43,13 @@ to = "example.com"
backend = "127.0.0.1:4389" backend = "127.0.0.1:4389"
# Credentials for performing search query to the backend # Credentials for performing search query to the backend
# set `lldap_strict_readonly` perms on the account in lldap. # set `lldap_strict_readonly` perms on the account in lldap.
user = "stalwart" user = "cn=stalwart,ou=people,dc=example,dc=com"
password = "adminadmin" password = "adminadmin"
[[mapping]] [[mapping]]
from = "b.localhost" from = "b.localhost"
to = "example.com" to = "example.com"
backend = "127.0.0.1:5389" backend = "127.0.0.1:5389"
user = "stalwart" user = "cn=stalwart,ou=people,dc=example,dc=com"
password = "adminadmin" password = "adminadmin"
``` ```