On Mar 31, 1:08 pm, darko <[email protected]> wrote: > Thank you for your reply mark...I should have done it > beforehand...well this is how i start it: > > tracd -p 8080 --auth="myProject,/Users/darko/work/trac/myProject/conf/ > users.htdigest,myProject TRAC Environment" /Users/darko/work/trac/ > myProject/ >
fwiw, the --auth mechanism works for me on my mac, but I note one major difference: my realm is a single word, without spaces: 'Trac', and that is also present in the passwd file. The other difference is that I wildcard my project: tracd --port 9090 --env-parent-dir /Users/fred/Library/Trac -- auth="*",/Users/fred/Library/Trac/users.passwd,Trac and password lines appear as: fred:Trac:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Do your password entries match the realm specified on the command line exactly? If so, I'm suspicious of the spaces in the realm, and would try without that. Good luck, --Hal -- 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.
