Re: [Moin-user] xmlrpc with NTLM and GivenAuth

2011-01-03 Thread R.Bauer
Hi Mark can you pleae add a patch to a http://moinmo.in/FeatureRequests/ page thx Reimar Am 28.12.2010 17:19, schrieb Mark Scheufele: > Hi Moin users, > > I was able to fix the xmlrpc access to the wiki by changing the process() > method of the XmlRpcBase class within > c:\Python26\Lib\site-

Re: [Moin-user] xmlrpc with NTLM and GivenAuth

2010-12-28 Thread Mark Scheufele
Hi Moin users, I was able to fix the xmlrpc access to the wiki by changing the process() method of the XmlRpcBase class within c:\Python26\Lib\site-packages\MoinMoin\xmlrpc\__init__.py if 'xmlrpc' in self.request.cfg.actions_excluded: # we do not handle xmlrpc v1 and