Changes between Initial Version and Version 1 of Ticket #5711


Ignore:
Timestamp:
Aug 24, 2009, 10:12:40 PM (15 years ago)
Author:
osimons
Comment:

I don't use AccountManager myself, so can't really say. But from the example on HttpAuthPlugin, it uses project-internal paths - unlike your second path, and like this:

[httpauth]
paths = /xmlrpc, /login/xmlrpc

This is more a question for httpauth rather than xmlrpc, as xmlrpc can't support such a custom authentication mechanism seeing no xmlrpc client library exists for it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5711

    • Property Owner changed from osimons to Noah Kantrowitz
    • Property Component changed from XmlRpcPlugin to HttpAuthPlugin
  • Ticket #5711 – Description

    initial v1  
    1515----
    1616
    17 I have HttpAuth and AccountManager both installed. However, i'm still unclear on exactly what I need to do in trac.ini to get this to work. I'm including the relevant sections of my .ini file. Can I get some clarity on what i'm doing wrong?
     17I have HttpAuthPlugin and AccountManager both installed. However, i'm still unclear on exactly what I need to do in trac.ini to get this to work. I'm including the relevant sections of my .ini file. Can I get some clarity on what i'm doing wrong?
    1818
    1919Note, I'm running tracd. I'm also posting here b/c i don't see a forums where this would go. Feel free to point me in the right direction. Thanks!
    2020
     21{{{
    2122[components]
    2223acct_mgr.admin.accountmanageradminpage = enabled
     
    4041[httpauth]
    4142paths = /xmlrpc, /tracproject/login/xmlrpc
     43}}}