Error while adding LDAP user folder.
Hi, I am getting the following error when I try to add a LDAP user folder. How can I go about it? Please help. Thank you. Regards, Paul. Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: 'ldap' module has no attribute 'initialize' _____ Troubleshooting Suggestions * The URL may be incorrect. * The parameters passed to this resource may be incorrect. * A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience.
MessageThat means that you're using an old python-ldap module. You have to update to the recommended in the documentation. Regards, Josef ----- Original Message ----- From: Paul Naveen Raj Jeyaraj Newsgroups: gmane.comp.web.zope.general Sent: Wednesday, March 19, 2003 9:09 AM Subject: Error while adding LDAP user folder. Hi, I am getting the following error when I try to add a LDAP user folder. How can I go about it? Please help. Thank you. Regards, Paul. Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: 'ldap' module has no attribute 'initialize' Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience.
your python-ldap module is not compatible. you have to use python-ldap 2.x or you need to downgrade to version 1.6 of the LDAPUserFolder. jens On Wednesday, Mar 19, 2003, at 03:09 US/Eastern, Paul Naveen Raj Jeyaraj wrote:
Hi,
I am getting the following error when I try to add a LDAP user folder. How can I go about it? Please help. Thank you.
Regards,
Paul.
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: AttributeError Error Value: 'ldap' module has no attribute 'initialize'
<image.tiff>
Troubleshooting Suggestions
• The URL may be incorrect. • The parameters passed to this resource may be incorrect. • A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience.
participants (3)
-
Jens Vagelpohl -
Josef Meile -
Paul Naveen Raj Jeyaraj