Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2008 19:09:23 GMT
From:      Roger <marquis@roble.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125315: Moinmoin 1.7 does not support http auth
Message-ID:  <200807051909.m65J9N5T086171@www.freebsd.org>
Resent-Message-ID: <200807051910.m65JA2nT061396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125315
>Category:       ports
>Synopsis:       Moinmoin 1.7 does not support http auth
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 19:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Roger
>Release:        RELENG-6
>Organization:
Marquis
>Environment:
>Description:
Upgrade from moinmoin 1.6.3 to 1.7.0 requires some changes to the wikiconfig.py, however, those changes:

 from MoinMoin.auth.http import HTTPAuth
 auth = [HTTPAuth()]

do not work, and neither does the older config:

  MoinMoin.auth.http import http
  from MoinMoin import user
  from MoinMoin.auth import moin_session
  auth = [http, moin_session]

The error message is:


Error in your configuration file "/usr/local/lib/python2.4/site-packages/MoinMoin/config/multiconfig.py" around line 45.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807051909.m65J9N5T086171>