> I am planning on using Trac on a standalone server in Windows XP > (tracd).
With tracd, it's quite easy: Use the contributed script to create a htdigest file (/contrib/htdigest.py), and run tracd with the -a option: # create a Trac project python trac-admin d:\trac\project initenv # create a authentication file python htdigest.py -c d:\trac\htdigest project joeuser # run the standalone daemon with the authentication file and the Trac project python tracd -a project,d:\trac\htdigest,project d:\trac\project on your browser: http://localhost/project and use "joeuser" and the password you've provided to htdigest.py to log in Note: htdigest.py has been recently added to the Trac project. It is available from one of the Trac documentation page, but you can also download it from http://svn.edgewall.com/repos/trac/trunk/contrib/htdigest.py if it does not come with your Trac installation Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---