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"
|
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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue