I've added ldapmodule to my Python installation, and moved ZLDAPconn and ZLDAPMethods to Zope's lib/python/Products directory. Trying to add a ZLDAPconn to a folder, I get either a complaint about openc not being set in the request, or the following error: <html> <head> <title>exceptions.AttributeError</title> </head> <body> Sorry, an error occurred.<p> <!-- Traceback (innermost last): File /raid5/home/kwr/Zope/lib/python/ZPublisher/Publish.py, line 877, in publish_module File /raid5/home/kwr/Zope/lib/python/ZPublisher/Publish.py, line 590, in publish (Info: /dbtest/manage_addZLDAPconn) File /raid5/home/kwr/Zope/lib/python/Products/ZLDAPconn/ZLDAP.py, line 192, in addConn (Object: Navigation) File /raid5/home/kwr/Zope/lib/python/Products/ZLDAPconn/ZLDAP.py, line 66, in __init__ (Object: RoleManager) AttributeError: openc --> </body> </html> My python is fairly poor at this point, so I'm not sure how to fix this. The version of ZLDAPconn is 0.1 (14-Mar-99), and ZLDAPMethods-0.1 of that same date. Python is 1.5.1, and Zope is 1.10.2 from source; this is all running under Solaris 2.6, and seemed to compile just fine (as did the ZOracleDB package, eventually). If the zip files have newer stuff, please let me know. Otherwise, any other advice would be appreciated. Keith
At 23:41 03/05/99 , Keith Rohrer wrote:
I've added ldapmodule to my Python installation, and moved ZLDAPconn and ZLDAPMethods to Zope's lib/python/Products directory. Trying to add a ZLDAPconn to a folder, I get either a complaint about openc not being set in the request, or the following error:
<<SNIP>> ZLDAP has been written by Anthony Baxter <anthony@interlink.com.au>. I think he can probably tell you more about any developments around it. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Keith Rohrer -
Martijn Pieters