matrixsynapse: Fix mail attribute for ldap login.

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Johannes Keyser 2018-02-25 13:51:45 +01:00 committed by Sunil Mohan Adapa
parent d830ffe2f9
commit 629e8f8364
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -70,7 +70,7 @@ def subcommand_post_install(_):
'attributes': {
'uid': 'uid',
'name': 'uid',
'mail': ''
'mail': None
}
}
config['password_providers'][0]['config'] = ldap_config