mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
d830ffe2f9
commit
629e8f8364
@ -70,7 +70,7 @@ def subcommand_post_install(_):
|
||||
'attributes': {
|
||||
'uid': 'uid',
|
||||
'name': 'uid',
|
||||
'mail': ''
|
||||
'mail': None
|
||||
}
|
||||
}
|
||||
config['password_providers'][0]['config'] = ldap_config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user