mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
exmaple_configs: fix account provisioner in dovecot config
Updated ACCOUNT_PROVISIONER variable in environment directive. Change from ACCOUNT_PROVISIONER=LDAP to ACCOUNT_PROVISIONER=FILE.
This commit is contained in:
@@ -53,7 +53,7 @@ services:
|
||||
- ENABLE_OPENDKIM=0
|
||||
- ENABLE_OPENDMARC=0
|
||||
# >>> Postfix LDAP Integration
|
||||
- ACCOUNT_PROVISIONER=LDAP
|
||||
- ACCOUNT_PROVISIONER=FILE
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user