Thank you - Basic auth does indeed work with loginmanager. I guess sometimes the easiest solution is to realize there wasn't a problem to begin with ;-) ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Erik Myllymaki" <erik.myllymaki@pacific-shores.com> Cc: <zope@zope.org> Sent: Wednesday, July 31, 2002 2:40 PM Subject: Re: [Zope] xml-rpc client for zope w/cookie authentication
Erik Myllymaki writes:
Like the subject says, I am looking to make a command-line-based xml-rpc client (in python) to talk to my zope server. I am using SMB auth via loginmanager so would need to work in the cookie authentication somehow. I do not know "Loginmanager" in detail. But usually, user folders that support cookie authentication do also support basic authentication. When this is true for "LoginManager", too, then you can look at Andy's "ZSyncer". He does "xmlrpc" with basic authentication.
Dieter