Rick, thanks for your response!
Apache on Windows is fine, I also made this experience ;) Since the combination seems to be rare (for obvious reasons ... *gg*) I do not expect a out-of-the-box solution. ad (2) I suppose, the CGI error is of a "premature end of script headers" kind (original message is in German) -- Does this mean anything to anybody? However, I am still thankful for suggestions how to isolate the actual problem. As mentioned, I am new to python, your hint might be veeery basic ;) ... e.g. where to find a possible log/error file etc. Cheers, Reinhard. On Mon, 19 May 2008 22:17:06 +0200, Rick Vanderveer <[EMAIL PROTECTED]> wrote: > The lack of replies is not due to apathy, but that few people run in the > that configuration (it seems). > > As a substitute, I have Moin running on Apache and using Domain > Authentication, and all is working perfectly. We even have multiple > domains > within our company, and it all works without a hitch. The > set-up/configuration instructions are here (if you're interested): > http://master.moinmo.in/HelpOnInstalling/ApacheOnWin32withDomainAuthentication > > -Rick > > > On Sun, May 18, 2008 at 2:00 PM, Reinhard Mayr aka Czerwinski < > [EMAIL PROTECTED]> wrote: > >> ... anybody? >> >> On Thu, 15 May 2008 10:36:20 +0200, Reinhard Mayr aka Czerwinski >> <[EMAIL PROTECTED]> wrote: >> >> > Hello, >> > >> > I run a MoinMoin 1.6.3 instance on a Windows 2003/IIS 6 server. >> > >> > Since I want to use LDAP authorization (there is an AD server >> running), >> > I tried several things, basically without success. >> > >> > (1) First thing I should know: What is the status of >> moinmoin.wikiweb.de >> > - or should I better look up moinmo.in? >> > >> > (2) I followed instructions from >> > http://moinmo.in/HelpOnAuthentication/LDAP (and succeeded on an Apache >> > system). The line >> > from MoinMoin.auth.ldap_login import ldap_login >> > gives me a CGI-Error as soon as I set >> auth=[ldap_login,moin_session]. >> > When I replace it by >> > from MoinMoin.auth import ldap_login >> > I recieve an error like this: >> > Traceback (most recent call last): >> > File "D:\FileServer\IT\wiki\cytowiki\moin.cgi", line 48, in >> run(Config) >> > File >> > >> "c:\programme\python25\lib\site-packages\MoinMoin\server\server_cgi.py", >> > line 59, in run request = >> > request_cgi.Request(properties=config.properties) >> > File >> > >> "c:\programme\python25\lib\site-packages\MoinMoin\request\request_cgi.py", >> > line 29, in __init__ self.fail(err) >> > File >> > >> "c:\programme\python25\lib\site-packages\MoinMoin\request\__init__.py", >> > line 1419, in fail failure.handle(self, err) >> > File "c:\programme\python25\lib\site-packages\MoinMoin\failure.py", >> line >> > 153, in handle raise err TypeError: 'module' object is not callable >> > >> > I found that the responsible line is >> MoinMoin\request\request_cgi.py:26 >> > RequestBase.__init__(self, properties) >> > but I don't know where to look further. >> > >> > (3) Some of the instructions on the web lack from a version and >> > therefore I am not sure whether they apply to MoinMoin 1.6.3. For >> > instance http://moinmo.in/MoinMoinQuestions/Authentication heading >> "How >> > do I integrate LDAP authentication with moin moin?" tells about a >> > moin_cookie, but I wasn't able to import such an object. >> > >> > Since I am not a Python-devel at all, I neither do know what the >> problem >> > is nor how to track it. >> > >> > So I may ask you to help me with some hints and information to get the >> > thing running - I appreciate *any* help! >> > >> > Thanks, >> > >> > Reinhard. >> >> >> >> -- >> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Moin-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/moin-user >> -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
