From 629e8f8364b11cbb8f5c9cc6dbb8493fd167fd89 Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Sun, 25 Feb 2018 13:51:45 +0100 Subject: [PATCH] matrixsynapse: Fix mail attribute for ldap login. Signed-off-by: Johannes Keyser Reviewed-by: Sunil Mohan Adapa --- actions/matrixsynapse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/matrixsynapse b/actions/matrixsynapse index 659a31872..5d578498a 100755 --- a/actions/matrixsynapse +++ b/actions/matrixsynapse @@ -70,7 +70,7 @@ def subcommand_post_install(_): 'attributes': { 'uid': 'uid', 'name': 'uid', - 'mail': '' + 'mail': None } } config['password_providers'][0]['config'] = ldap_config