mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
example_configs: mailserver: Include protocol in server host definition
Without the protocol specified, Mailserver throws an error
This commit is contained in:
parent
85b83aff5f
commit
254a168e78
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ services:
|
|||
- ENABLE_OPENDMARC=0
|
||||
# >>> Postfix LDAP Integration
|
||||
- ACCOUNT_PROVISIONER=LDAP
|
||||
- LDAP_SERVER_HOST=lldap:3890
|
||||
- LDAP_SERVER_HOST=ldap://lldap:3890
|
||||
- LDAP_SEARCH_BASE=ou=people,dc=example,dc=com
|
||||
- LDAP_BIND_DN=uid=admin,ou=people,dc=example,dc=com
|
||||
- LDAP_BIND_PW=adminpassword
|
||||
|
|
Loading…
Reference in a new issue