When local and ldap users are used everything works fine unless the user profile module is used.
If special user field are enabled, each user on local database newely created or updated can't log in to drupal. He/she receives the followinf error message:
"Sorry. Unrecognized username or password. Have you forgotten your password?"
Analyzing the users table on drupal database we can find the following values for data field:
before profile update the value is: a:0:{}
after profile update the value is: a:5:{s:14:"picture_delete";s:0:"";s:14:"picture_upload";s:0:"";s:17:"ldap_authentified";i:0;s:7:"ldap_dn";s:0:"";s:5:"block";a:2:{s:5:"views";a:1:{s:18:"Difetti_recenti_SB";i:1;}s:8:"drupalit";a:1:{i:1;i:1;}}}
The last value can also be found on new users created in the local database.
Comments
Comment #1
belio commentedI can confirm this issue - Erwin
Comment #2
joel_osc commentedI am seeing this as well and would appreciate any follow-up.
Thanks!
-jb
Comment #3
anner commentedI am seeing this only for my users that have changed their password since the upgrade. Thankfully I had a good data value to set them back to, so I'm functional in the short term. I'd appreciate any follow up. Thanks.
Comment #4
cpugeniusmv commentedhttp://drupal.org/node/135980
Comment #5
kreaper commentedPlease download 5.x-1.3 and report back if issue perists
Comment #6
Anonymous (not verified) commentedI had the same problem. Updating to 5.x-1.3 fixed it for me (after manually resetting the password once.)
Thanks!
John
Comment #7
johnbarclay commentedClosing 5.x issues to clean out issue queue.