Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.0-unstable6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2011 at 22:35 UTC
Updated:
30 May 2011 at 03:51 UTC
I'm getting WSOD on several tests using the latest (unstable6) build.
Server Properties:
Test Grid Summary, Mixed Mode:
Details of the test, including watchdog debug messages, are attached.
I'm not getting any specific errors in my web server's error log or in the watchdog, and I have error logging cranked as high as it will go. My local drupal user logs in fine when LDAP modules are disabled. I get the WSOD on both Chrome and IE, so it doesn't appear to be a browser-specific or caching issue.
| Comment | File | Size | Author |
|---|---|---|---|
| ldap-unstable6-mm-results.txt | 1.75 KB | micahw156 |
Comments
Comment #1
micahw156Bumping priority on this. Really can't proceed with any other testing until this is resolved.
Comment #2
johnbarclay commentedThis was a bug in the logging which would have happened if you had detailed logging on. I'm applying the fix to head. That is what caused the WSODs. I cleaned up the error catching and logging a little and made it an issue for 7.2 to have more consistent approach to the logging. I went through the next set of tests successfully. This will be in head and should get rolled to -dev on the 17th.
LDAP_authen.EM.ULT.user1.goodpwd -- result: ok: Successful logon as user 1
LDAP_authen.EM.ULT.user1.badpwd -- result: ok: Drupal logon error message.
LDAP_authen.EM.ULT.drupal.goodpwd -- result: ok: Drupal logon error message.
LDAP_authen.EM.ULT.drupal.badpwd-- result: ok: Drupal logon error message.
LDAP_authen.EM.ULT.ldap.newaccount.goodpwd -- result: ok: Successful logon, with user record created and authmapped to ldap
LDAP_authen.EM.ULT.ldap.newaccount.badpwd -- result: ok: Drupal logon error message.
LDAP_authen.MM.ULT.existingacct.goodpw -- result: ok: Successful logon.
LDAP_authen.MM.ULT.existingacct.badpw -- result: ok: Drupal logon error message.
Comment #3
micahw156Did a quick test to confirm that this does work as expected with verbose logging disabled. Will test again when your patch lands.
Downgrading priority since it does work without verbose logging.
Comment #4
johnbarclay commentedI believe these are all fixed. I'm running with strict errors on my dev server now also.