1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-19 04:12:54 +00:00

add preconfigured password self service as additional folder-based web service

This commit is contained in:
Christian Günther
2019-01-04 03:31:16 +01:00
committed by Felix Bartels
parent ceccd836de
commit 134aa99bb8
3 changed files with 53 additions and 0 deletions
+9
View File
@@ -221,6 +221,15 @@ LDAP_QUERY_FILTER_ALIAS=(&(kopanoAccount=1)(kopanoAliases=%s))
LDAP_QUERY_FILTER_DOMAIN=(&(|(mail=*@%s)(kopanoAliases=*@%s)))
SASLAUTHD_LDAP_FILTER=(&(kopanoAccount=1)(uid=%s))
# LDAP user password self-service reset settings
SELF_SERVICE_SECRETEKEY=$(random_string)
SELF_SERVICE_PASSWORD_MIN_LENGTH=
SELF_SERVICE_PASSWORD_MAX_LENGTH=
SELF_SERVICE_PASSWORD_MIN_LOWERCASE=
SELF_SERVICE_PASSWORD_MIN_UPPERCASE=
SELF_SERVICE_PASSWORD_MIN_DIGIT=
SELF_SERVICE_PASSWORD_MIN_SPECIAL=
# switch the value of these two variables to use the activedirectory configuration
KCUNCOMMENT_LDAP_1=!include /usr/share/kopano/ldap.openldap.cfg
KCCOMMENT_LDAP_1=!include /usr/share/kopano/ldap.active-directory.cfg