Hi,
I cannot test LDAP server configuration with this error message:
Fatal error: Call to a member function connect() on a non-object in ../modules/ldap/ldap_servers/ldap_servers.test_form.inc on line 144
I don't know what is wrong. (php5-ldap package is installed on my system...)
Best regards and many thanks for your work.
Comments
Comment #1
johnbarclay commentedCan you give me a little more info about your setup and the steps you took to get to the form. This error is not related to the php ldap extension; it has to do with the ldap_server module ldap server object.
Are the urls of this form?
http://blah.com/admin/config/people/ldap/servers/list (servers listing)
http://blah.com/admin/config/people/ldap/servers/test/[server_id] (form to submit)
http://blah.com/admin/config/people/ldap/servers/test/[server_id] (form response page)
If you enable the ldap help module and go to the url:
http://blah.com/admin/config/people/ldap/help/issues
there is a cut and paste section to submit your configuration to the issue queue. Take out anything you feel is not public info.
Comment #2
johnbarclay commentedComment #3
spectrum1 commentedadmin/config/people/ldap/servers/list
admin/config/people/ldap/servers/test/[server_id]
It shows blank configuration
After click on test button it display:
More information:
Server and LDAP Module
LDAP Support: enabled
RCS Version: $Id: ldap.c 299434 2010-05-17 20:09:42Z pajoye $
Total Links: 0/unlimited
API Version: 3001
Vendor Name: OpenLDAP
Vendor Version: 20423
SASL Support: Enabled
Directive: Array
ldap.max_links: Array
User Settings
General Settings
Server: skola
LDAP Authentication Settings
Comment #4
johnbarclay commentedIt looks like the server sid is missing. can you configure a new server and see if its a bug in the configuration save? The sid should be some alphanumeric tag and never empty.
Comment #5
johnbarclay commentedI suspect this is #1101422: Does not do any LDAP query when a user tries to log in since its an anonymous bind. I'm closing this as no has got back to me in 2 weeks.