Hello,

I am having a problem when using python-ldap with Apache. I added an
authentication backend based on ldapauth.py, and it works fine when
running from the Django server. However, when I use Apache I get the
following error in the Apache error.log:

child pid 2941 exit signal Bus error (10)

It seems to be the following line that causes the problem:

l.simple_bind_s(self.settings['LDAP_PREBINDDN'],
    self.settings['LDAP_PREBINDPW'])

I have tried the following without any luck:

+ changing from a synchronous bind to a asynchronous bind
+ setting the host by IP address (I thought it may have been due to
some kind of domain problem)

Has anyone experienced anything like this? Any suggestions on where to
begin troubleshooting?

TIA
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to