Closed (works as designed)
Project:
LDAP integration
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 07:46 UTC
Updated:
2 Feb 2011 at 19:14 UTC
LDAP Start TLS causes blank pages to be returned upon login. When ever I enable the option, users are unable to login and greet a blank page.
Comments
Comment #1
miglius commentedCould you inspect web server's log for a concrete error which is causing the white screen?
Comment #2
thekevinday commentedThis happens with the beta1 as well.
I do not expect the ldap server I am using to have start-tls support enabled, so I suspect this will happen when start-tls is not supported on the ldap-server end and authentication fails.
Heres my log messages:
Those messages are from a single failed login with start-tls enabled for an ldap-server that probably does not have start-tls enabled.
Comment #3
miglius commentedOf course LDAP server should be configured to use TLS if you have enabled it on drupal end.
Comment #4
thekevinday commentedThe problem is that, the messages are not logged and the user gets a blank page.
In other words, the failure is not graceful.
They should be returned to the page they were logging in from and presented with an error message instead of effectively sending the user to /dev/null
Comment #5
benyami commentedRunning on Ubuntu I experienced this and I installed the php5-ldap package.
apt-get install php5-ldap