|
From: Jens V. <je...@zo...> - 2002-05-06 04:22:23
|
godwin, these errors have nothing to do with python-ldap and are off-topic on this list. however, knowing some of the zope products listed i can give you some more or less useful information: all the product that give you these error messages (UserLDAP, LDAPAdapter, ZLAPConnection) have not been updated in over a year (LDAPAdapter) and over 2 years (UserLDAP, ZLDAPConnection), respectively. i'm not sure where you got them or who told you to download them, i would not even be able to find them anymore. if your goal is to authenticate users in zope using records from a LDAP database i suggest you look at the LDAPUserFolder: http://www.dataflake.org/software/ldapuserfolder jens On Monday, May 6, 2002, at 12:03 , Godwin Vaz wrote: > Hi All > > I am new to Zope and am trying to install Ldap under Win2000. I have > downloaded the .dll anf python files as instructed on Barrys page. I get > the following errors > > 2002-05-06T03:36:26 PROBLEM(100) Init Ambiguous name for method of > Products.LDAP > Adapter.LDAPAdapter.LDAPAdapter: "manage_main" != "manage" > ------ > 2002-05-06T03:36:28 PROBLEM(100) Init Ambiguous name for method of > Products.Pyth > onMethod.PythonMethod.PythonMethod: "manage" != "manage_main" > D:\zope\lib\python\Products\UserLDAP\UserLDAP.py:11: DeprecationWarning: > the reg > ex module is deprecated; please use the re module > import Globals, App.Undo, socket, regex > ------ > 2002-05-06T03:36:29 PROBLEM(100) Init Ambiguous name for method of > Products.User > LDAP.UserLDAP.UserLDAP: "_mainUser" != "manage" > ------ > 2002-05-06T03:36:29 PROBLEM(100) Init Ambiguous name for method of > Products.User > LDAP.UserLDAP.UserLDAP: "_mainUser" != "manage_main" > ------ > 2002-05-06T03:36:31 PROBLEM(100) Init Ambiguous name for method of > Products.ZLDA > PConnection.Entry.ZopeEntry: "manage_attributes" != "manage_main" > > Your help is appreciated. > > Thanks once again > > Regards > Godwin > |