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

[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

[Moin-user] xmlrpc with NTLM and GivenAuth

2010-12-21 Thread Mark Scheufele
Hi Moin users, about a month ago I did ask for some hints how to get the xmlrpc access working under the following circumstances: - moin version 1.9.3 - IIS with windows authentication SSPI(NTLM) - moin authentication is auth = [GivenAuth(strip_windomain=True,autocreate=1)] This means that the