On Fri, 2009-10-09 at 13:27 +0200, Roger Oberholtzer wrote:
> On Fri, 2009-10-09 at 13:00 +0200, Emmanuel Blot wrote:
> > > OK. What is the syntax? I would imagine it is something specific to
> > > Trac, right? I know about this for ftp. But I have not done this with
> > > http:
> > 
> > Simply merge your <Location ".../project/login"> section directives
> > into your <Location ".../project"> section,
> > then remove the <Location ".../project/login"> section
> > 
> > Have a look at 
> > http://trac.edgewall.org/wiki/TracModPython#ConfiguringAuthentication,
> > see the mod_ldap section for example. You'll see that the /trac/
> > location contains both the Trac regular configuration option and the
> > authentication ones.
> 
> Wwwiissshhhhhhhhh
> 
> There it flew. Right over :)
> 
> 1. Why should I merge this? I am guessing it is so I can eliminate the
> TracNoAnonymous plugin, and obtain the same result as the plugin.
> 
> 2. Where do I merge this? It looks like in my Apache configuration. I am
> not using ldap, but I suspect this does not matter. So, in effect, I set
> the location of trac to .../project/login instead of .../project
> 
> Did I get it right? If so, it seems too easy. Is there a downside?

Bad form here answering my own post, but I found that if I

1) Disabled the TracNoAnonymous plugin

2) In my Apache setup, combined the <Location> info
for .../project/login and .../project into one (basically moved the
authentication stuff from .../project/login to .../project), I solved
both the wget issue, as well as the hassle I always had when clicking on
a Trac link before I had logged in (e.g., from an e-mail reader).

Thanks to all. Especially Emmanuel for the Apache tip.

And Olemis, I will look at TracGViz when I have it running for me and
when I have time. The wget solution does not result in the prettiest
report. So I may use TracGViz to get the report contents, and make my
own. Probably from Tcl.

--
Roger Oberholtzer


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to