Quoting Rainer Sokoll <[email protected]>: > On Mon, Jan 19, 2009 at 05:35:19PM +0100, W. Martin Borgert wrote: > > If I remove anonymous access to the roadmap, I would assume, > > that Lightning asks for a username/password. Unfortunately, > > this is not the case and no dates are displayed. How do other > > trac users use this functionality? > > I do not use it :-) - But I tested it.
Thanks for helping! > Works as expected for me - as you do, I use basic auth over HTTPS. So Thunderbird/Lightning did ask for your password? In my case, it just warns about the "invalid" (self-made) SSL certificate, but I can accept it with "OK". > I am not sure how the link to the calendar looks like in 0.11.1, mine > looks like: > https://trac.example.com/<trac-env>/roadmap?user=auser&format=ics Exactly the same format for me. Given that my colleague had problems with Evolution, too, I assume, that it is an Apache configuration issue. I cannot find anything suspicious in the Apache ssl_access.log nor error.log, however. I use mod_wsgi 2.3, if that matters. Relevant(?) part of my config: <Location /myproject/login> AuthType Basic AuthName "myproject" AuthUserFile /var/lib/trac/myproject/.htpasswd Require valid-user Order deny,allow Deny from all Allow from 192.168.12 # of course, I am in that network </Location> Is this very different from yours? (Btw. where would Lightning store the username/password? Is it the cal_calendars or the cal_calendars_prefs table?) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
