You are not logged in.
Pages: 1
I create a Profile Ldap and Browse pictures User create successfully.
User Login problems of the User's profile picture is missing.
Offline
Yes, please
I probe with photos imported AD user and local user (user glpi). The image goes well, but then is not seen in the profile. However the images are the (/ _pictures) webserver. 0.85 glpi use.
thank you very much.
Luis A. Uriarte
luis.uriarte@gmail.com
San Carlos Centro - Santa Fe
Argentina
Offline
In the profile , what do you mean ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Dear Moyo,
Good Afternoon.
I have the same problem.
I use the bank of glpi site. And I realized the following situation:
Do user registration normally with the photo.
I note that the information is recorded in talbela GLPI_USER in the picture field. Once the user makes logff and login the picture field in glpi_user table returns blank.
Offline
I do not know if this is the ultimate solution, but in /var/www/glpi/inc/user.class.php file. line in 1001 made the following changes:
1101 // return "";
1102 return $ this-> fields ["picture"];
I only use the GLPI local DB
Last edited by andrealmc (2014-12-18 20:41:59)
Offline
I have the same problem. This method did not (
Offline
I confirm the bug
https://forge.indepnet.net/issues/5184
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
I see from the code diff that this will still synchronize the photo for LDAP authenticated users.
What about this situation?
1. We use LDAP authentication.
2. None of our LDAP users have photos in LDAP.
3. We want to manually upload photos for technicians so that end-users see a friendly face in Followups. Most users will not bother to upload photos.
In our situation, a technician's photo will always be blanked when he logs in. Is there a way to fix this? Would the best method be to just modify user.class.php when we install it?
Edit: Spelling
Last edited by bendodge (2015-04-10 20:41:47)
Offline
@bendodge - Upload the photos in Active Directory.
Offline
I am late to this party, but I agree with bendodge
A blank/nonexistant LDAP response on any field should not overwrite local changes unless explicitly configured to do so.
Offline
Pages: 1