1

Topic: Login profile image

Is there any way where we can have profile image field in ldap to map image along with other user related fields.

Thanks

Pine A

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Login profile image

Map in which application? Roundcube supports showing profile image stored in attribute 'jpegPhoto'.

3

Re: Login profile image

Yes - Roundcube. Can you help or direct me in getting code / attribute for the same.

4

Re: Login profile image

Please search 'photo' or 'jpegPhoto' in Roundcube (0.9.4) config file, don't be lazy.

$rcmail_config['ldap_public']['Verisign'] = array(
    ...
    // 'photo'         => 'jpegPhoto',
    …