matrix-org / matrix-synapse-ldap3

An LDAP3 auth provider for Synapse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import user profile picture from thumbnailPhoto (Active Directory)

kevin-olbrich opened this issue · comments

Is your feature request related to a problem? Please describe.
Users can upload a profile picture using e.g. Element but AD might already provide one using "thumbnailPhoto" attribute.

Describe the solution you'd like
When in AD mode, synapse could fetch thumbnailPhoto (type: binary, image-type: jpeg).

Describe alternatives you've considered
Theres also jpegPhoto (multi-val, multi-fileformat) which is more standards compliant but is not unsed by most applications. Most use thumbnailPhoto, at least in AD context.

Additional context
http://woshub.com/how-to-import-user-photo-to-active-directory-using-powershell/

I think this is a generally a duplicate of #108. I'm going to close this.