mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 11:44:25 +02:00
Add ldap auth for postfix and dovecot (#352)
* Add ldap support for postfix and dovecot * Add SASLAUTHD * Update README.md * Add necessary packages to dockerfile * Add config files for ldap * Add tests for ldap auth
This commit is contained in:
parent
5298271bfd
commit
3ec1fb202d
20 changed files with 468 additions and 18 deletions
5
test/docker-openldap/Dockerfile
Normal file
5
test/docker-openldap/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM osixia/openldap:1.1.6
|
||||
MAINTAINER Dennis Stumm <dstumm95@gmail.com>
|
||||
|
||||
ADD bootstrap /container/service/slapd/assets/config/bootstrap
|
||||
RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema
|
Loading…
Add table
Add a link
Reference in a new issue