Modify ↓
Opened 16 years ago
Closed 15 years ago
#5274 closed defect (wontfix)
Support for AccountManager login module
Reported by: | Jonathan Turkanis | Owned by: | Ivan |
---|---|---|---|
Priority: | normal | Component: | WikiEditorForEclipsePlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
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?
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Severity: | normal → minor |
---|
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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