On Thu, 2006-03-02 at 14:39 +0100, Christian Gehrig wrote: > Thank you for the answer. > I tried already with naming the project instead of *. Using '*' > instead of * also does not show any effect. Do you have another idea > whar could solve the problem?
Sorry, I can't think of anything else without digging into the code. If you're willing to get your hands dirty, you could try going to the running tracd with the environment variable PYTHONINSPECT=1. That will leave you with a Python interpreter when the TracError exception is raised in web/standalone.py and you can examine the authentication settings as Trac understands them to see if it will suggest anything wrong: >>> self.server.auths Beyond that, I can only suggest trying again on another machine to see if the same thing happens. -- Rob Hunter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
