Re: [Zope] Authentication Problem with migration from Zope 2.6.1 to Zope 2.9.4
hello andreas, thanks for the response. u said Import/Export is supported between Identical installations only, then can u pls tell me how to migrate an application from an older version of zope to a newer version ? reg LDAPUF versions...we hv LDAPUF vers 2.2beta on old server. on the new system we hv installed LDAPUF version 2.7. following is the error i get when i access the URL Error : AttributeError ErrorValue : findUser pls note that no authentication dialog pops up unlike on old server. it is trying to run as Anonymous User(i confirmed this by commenting authentication part of the code..i was able to get to the home page). Ur valuable suggestions will be greatly helpful. thanks and regards -Yogeen Please let me know what may be the problem ? --- Andreas Jung <lists@zopyx.com> wrote:
--On 7. September 2006 22:37:43 -0700 yogeen honnavar <yogeen@yahoo.com> wrote:
Dear users, we have a zope application on an older system running Redhat 7.2 and Zope 2.6.1 with python 2.1. Now we wish to migrate the application to latest stable relase of zope 2.9.4 with python 2.4.3 we hv installed zope 2.9.4 and imported the application through .zexp file.
Export/import is *only supported* between *identical* installations.
this application uses LDAPUserFolder for authenticating against an LDAP server. After importing the application we recreated LDAPUserFolder instance as per the instructions. Now the problem is, when we access the application the Authentication pop-up dialog is not coming up and the application is trying to search the LDAP directory for.
L
Anonymous user and since the user does not exist in LDAP it is returning error Error: findUser. In the old zope server basic authentication dialog pops up when we access the URL. Can anyone suggest how to solve this problem ? How to configure the application as protected resource(we are using the built-in ZServer) so that authentication dialog pops up when the URL is accessed ? any help would be greatly appreciated.
In every case you should provide reasonable version information about the installted LDAPUF versions and provide the related traceback..
-aj
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (1)
-
yogeen honnavar