docs: Update README example config (backend user with complete DN)
This commit is contained in:
parent
56c3a29f9f
commit
62bb76f461
1 changed files with 2 additions and 2 deletions
|
|
@ -43,13 +43,13 @@ to = "example.com"
|
|||
backend = "127.0.0.1:4389"
|
||||
# Credentials for performing search query to the backend
|
||||
# set `lldap_strict_readonly` perms on the account in lldap.
|
||||
user = "stalwart"
|
||||
user = "cn=stalwart,ou=people,dc=example,dc=com"
|
||||
password = "adminadmin"
|
||||
[[mapping]]
|
||||
from = "b.localhost"
|
||||
to = "example.com"
|
||||
backend = "127.0.0.1:5389"
|
||||
user = "stalwart"
|
||||
user = "cn=stalwart,ou=people,dc=example,dc=com"
|
||||
password = "adminadmin"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue