On Thu, 2006-02-23 at 10:11 +0200, Domas Savickas wrote:
> Sorry for delay.. :)
> 
> Ok, doesn't work when I start tracd without --auth:
> tracd -d --port 8000 /var/trac/project
> I can open the project page, but when I go to "login" I get an empty page.
> 
> It works if I add --auth, but then I get standard browser authentication 
> dialog
> and only after authenticating I get login page.
> 
> I read in AuthForm page (http://trac-hacks.org/wiki/AuthFormPlugin) that:
> <quote>
> If the url to trac is not of the form http://trac.domain.ext/, then
> this won't work, because it assume the login page is always at
> http://trac.domain.ext/login
> </quote>
> Maybe that's the problem? If so how can it be remedied without using
> Apache and mod_rewrite?

Yes, you can use the AccountManager plugin to handle your authentication
instead of using the "--auth" option with tracd:

http://trac-hacks.org/wiki/AccountManagerPlugin#FormbasedLogin

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to