midtoad wrote: > I've installed the latest trac 0.10 on Python 2.4.4 in Windows XP and > have the standalone server running. > > I've used trac-admin to create an admin user with WIKI_CREATE and > TICKET_CREATE permissions. > > I've used the trac-digest.py script off the trac site to generate a > digest file for my trac server, which contains a line similar to this: > admin:trac:g83klde989vif9e9fnle99vk > > I start the tracd server with this command: > python tracd.pyw --port 8000 --auth > proj_name,d:\data\trac\digest.txt,trac d:\data\trac
The "proj_name" needs to match the name of the directory, since it's how tracd determines which project that password file pertains to. So, try this: python tracd.pyw --port 8000 --auth trac,d:\data\trac\digest.txt,trac d:\data\trac --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
