Opened 15 years ago

Closed 15 years ago

#5274 closed defect (wontfix)

Support for AccountManager login module — at Version 3

Reported by: Jonathan Turkanis Owned by: Ivan
Priority: normal Component: WikiEditorForEclipsePlugin
Severity: minor Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ivan)

I recently reconfigured my Trac installations to use the AccountManager login module instead of HTTP authentication, and now I get the error "Error connecting to server: Permission Denied" when I try to connect to Trac through the TracWikiEditor.

Does TracWikiEditor support this type of authentication?

Change History (3)

comment:1 Changed 15 years ago by Ivan

Status: newassigned

Hi turkanis,

the plugin currently only supports BASIC authentication.

If you are using AccountManagerPlugin#LoginModule to use form based login you can still use HttpAuthPlugin to re-enable Http BASIC authentication for /login/xmlrpc path to make it work with XmlRpcPlugin.

see XmlRpcPlugin#ProblemswhenAccountManagerPluginisenabled for details

Regards
Ivan

comment:2 Changed 15 years ago by Ivan

Severity: normalminor

comment:3 Changed 15 years ago by Ivan

Description: modified (diff)
Resolution: wontfix
Status: assignedclosed
Note: See TracTickets for help on using tickets.