I have "[components] acct_mgr.*=enabled" in trac.ini, but not " trac.web.auth.LoginModule = disabled", so I guess AccountManagerPlugin is enabled (and has not been disabled).
If I add "[account-manager] environ_auth_overwrite = false (as is suggested in the linked document) regardless it apparently does not make any difference. The same is true after restarting Apache. What else can I try? Am Donnerstag, 20. November 2014 15:36:17 UTC+1 schrieb RjOllos: > > On Thu, Nov 20, 2014 at 4:42 AM, quasiroot <[email protected] > <javascript:>> wrote: > >> I have installed Trac 1.0.1 on an EC2 instance, enabled HTTP Basic >> authentication for the entire Trac installation, installed the Trac XML_RPC >> plugin, and granted XML_RPC privileges to “user”. >> >> When I access https://<hostname>/Project/ I am prompted for user name >> (“user”)/password and can log in. Same for >> https://<hostname>/Project/xmlrpc . >> >> However, when I access https://<hostname>/Project/login/xmlrpc the same >> prompt appears over and over again, and hence I cannot get a proper >> response. Ultimately I want to access Trac from an Eclipse Mylyn client. >> Currently this client reports "Unable to authenticate with repository. >> Login credentials invalid" when I direct it to https://<hostname>/Project >> with Access Type "XML-RPC". >> >> My httpd.conf includes "LoadModule wsgi_module modules/mod_wsgi.so". I >> have attempted adding "WSGIPassAuthorization On" but this made no >> difference. I have left all other configuration files at their defaults >> (for Bitnami Trac stack). >> >> What else can I try? >> >> > Bitnami provides AccountManagerPlugin, so the issue is most likely as > described here: > > http://trac-hacks.org/wiki/XmlRpcPlugin#ProblemswhenAccountManagerPluginisenabled > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
