From a5a301e24d3fd1d2ab383bb51819fc653f3ef2a6 Mon Sep 17 00:00:00 2001 From: alinmear Date: Mon, 3 Jul 2017 13:47:12 +0200 Subject: [PATCH] Updated Configue LDAP (markdown) --- docs/content/configue-ldap.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/content/configue-ldap.md b/docs/content/configue-ldap.md index 75e6149a..c7abc66f 100644 --- a/docs/content/configue-ldap.md +++ b/docs/content/configue-ldap.md @@ -1,3 +1,27 @@ +### Introduction + +Getting started with ldap and this mailserver we need to take 3 parts in account: + +* POSTFIX +* DOVECOT +* SASLAUTHD (this can also be handled by dovecot above) + +This is a list with the variables to control the container provisioning: + +__POSTFIX__: +* `LDAP_QUERY_FILTER_USER` +* `LDAP_QUERY_FILTER_GROUP` +* `LDAP_QUERY_FILTER_ALIAS` + +__SASLAUTHD__: + +* `SASLAUTHD_LDAP_FILTER` + +__DOVECOT__: +* `DOVECOT_USER_FILTER` +* `DOVECOT_PASS_FILTER` + + **NOTE**: This page will provide several use cases like recipes to show, how this project can be used with it's LDAP Features. ### Ldap Setup - Kopano/Zarafa