diff options
author | Mathieu Brunot <mathieu.brunot@monogramm.io> | 2019-12-01 18:52:21 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-01 18:52:21 +0100 |
commit | bd8dc9bd0c9857470f14189c15572cab18bf8ab1 (patch) | |
tree | 74084369418bccb2e79e6a8c0d5043565f83969d /.env.nanobox | |
parent | 911cc144815babf83ddf99f2daa3682021d401b8 (diff) |
:sparkles: Add an LDAP Mail attribute config (#12053)
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
Diffstat (limited to '.env.nanobox')
-rw-r--r-- | .env.nanobox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.nanobox b/.env.nanobox index fc6c3c42f..03aa01a34 100644 --- a/.env.nanobox +++ b/.env.nanobox @@ -183,6 +183,8 @@ SMTP_FROM_ADDRESS=notifications@${APP_NAME}.nanoapp.io # LDAP_BIND_DN= # LDAP_PASSWORD= # LDAP_UID=cn +# LDAP_MAIL=mail +# LDAP_SEARCH_FILTER=(|(%{uid}=%{email})(%{mail}=%{email})) # LDAP_UID_CONVERSION_ENABLED=true # LDAP_UID_CONVERSION_SEARCH=., - # LDAP_UID_CONVERSION_REPLACE=_ |