Well. I believe that im near finding the correct way to run Tracd with authenticaion mode. I read in documentation of TracStandalone the way to run Tracd with auth:
tracd -p 8080 --auth=project1,/path/to/users.htdigest,mycompany.com / path/to/project1 Before i created a file with htdigest command into conf Trac project folder (path/to/project/conf/users.digest) htdigest -c /path/to/users.digest realm admin i name the file like users.digest. Now when i run the tracd command with digest authentication i receipt this message Warning: found no users in realm: mycompany.com The htdigest file is named as "users.digest" and have a user called admin. Why dont works? Forgot i something? Thanks On Sep 25, 3:11 pm, Ruben O <[EMAIL PROTECTED]> wrote: > Thanks Stephen > > Forgive me if my questions are very simple. Can i use authentication > with Trac, if i am running TRAC with his own webserver? ( im not using > Apache). > > i am a little bit confused. > > Thanks. > > On Sep 25, 2:24 pm, "Stephen Moretti" <[EMAIL PROTECTED]> > wrote: > > > On 25/09/2007, Ruben O <[EMAIL PROTECTED]> wrote: > > > > Hello > > > > im following my first TRAC installation and setup. After solving few > > > problems im trying to implement authentication to my TracStandalone > > > web server. Assure that i have read all information about > > > Authenticacion but i don't understand well or perhaps lack information > > > for newbies users of TRAC. > > > > First, i don't know the difference between Digest and Basic > > > authentication. In this url > > >http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication > > > is not explained :( > > > > And second, after understand the Digest and Basic i have a doubt about > > > users.htdigest file. How i create this file and what is the structure > > > of this file? > > > Digest and Basic Authentication is an element of Apache httpd > > rather than of Trac. > > > For more information > > take a look at the htpasswd and htdigest documentation on the apache httpd > > :http://httpd.apache.org/docs/2.2/es/programs/ > > > You might also want to have a read of this documentation on Authentication > > :http://httpd.apache.org/docs/2.2/howto/auth.html > > > Hope this helps > > > Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
