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. -- 249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro. Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de ------------------------------------------------------------------------- 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
