[Zope-dev] authenticating over XML-RPC to implement the Blogger API

2002-02-03 Thread Nathan Sain
sher calls request.processInputs(), but I don't know how Zope authenticates the userthis may be to late in the process to try and fudge with the request object. Has anyone elsedone user authentication via parameters? Any help would be appreciated -- Nathan Sain _

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-04 Thread Nathan Sain
logger API > > > ZSyncer does user authentication over xmlrpc via > xmlrpclibBasicAuth.py, download it and take a look. > >> - Original Message - >> From: "Nathan Sain" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-04 Thread Nathan Sain
g user folders, but my brain was not working correctly after my 1 hour commuteto work :). I looked at AccessControl/User.py and it looks like one could modify theidentify function to grab the username,password from the arguments. Do most user foldersget this function through a subclassing? -