Updated Configue LDAP (markdown)

This commit is contained in:
alinmear 2017-06-08 08:42:23 +02:00
parent 2af16ccc14
commit b8f17b4d0f

View file

@ -46,6 +46,7 @@ services:
- LDAP_SEARCH_BASE=dc=mydomain,dc=loc - LDAP_SEARCH_BASE=dc=mydomain,dc=loc
- LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=loc - LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=loc
- LDAP_BIND_PW=mypassword - LDAP_BIND_PW=mypassword
- LDAP_QUERY_FILTER=(&(sAMAccountName=%U)(objectClass=person))
# <<< Postfix Ldap Integration # <<< Postfix Ldap Integration
# >>> Kopano Integration # >>> Kopano Integration
- ENABLE_POSTFIX_VIRTUAL_TRANSPORT=1 - ENABLE_POSTFIX_VIRTUAL_TRANSPORT=1