mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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': {
|
'attributes': {
|
||||||
'uid': 'uid',
|
'uid': 'uid',
|
||||||
'name': 'uid',
|
'name': 'uid',
|
||||||
'mail': ''
|
'mail': None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
config['password_providers'][0]['config'] = ldap_config
|
config['password_providers'][0]['config'] = ldap_config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user