Oh my god. It works! You were right :) Thank you very much guys!
On Sep 25, 8:47 pm, "James Guyton" <[EMAIL PROTECTED]> wrote: > htdigest [ -c ] passwdfile realm username > > > htdigest -c /path/to/users.digest realm admin > > tracd -p 8080 --auth=project1,/path/to/users.htdigest,mycompany.com / > > path/to/project1 > > Try changing "mycompany.com" to "realm", and see if that works? > > James Guyton (JGU) > > Terma North America > C 478-213-9035 > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of Ruben O > Sent: Tuesday, September 25, 2007 12:00 PM > To: Trac Users > Subject: [Trac] Re: Trac Authentication - first steps. > > This seems a boxing combat. In reeeed corner, with 75 kg: me. In blue > cornerrrrrr with 250 kg: Trac. Well,i only hope to keep fighing to > last round. I resolve the last error: I create again the > users.htdigest file with a user called admin and a password to this > users with htdigest command. > > Then i restart Tracd with optimal parameters writed in Trac web > (http://trac.edgewall.org/wiki/TracStandalone). But unfortunately Trac > returns a error: > > [Internal Error > Authentication information not available. Please refer to the > installation documentation.] > > I read the installation documentation ( many times! ) and i googled > without find a solution for this. Many configurations, many options, > many environments. Im think that is possible to run TRAC with tracd > and authenticaion. At least in Trac web is explained. The worse of all > is that this error not show any indication. > > Im totally blocked. I don't know if try to run trac with Apache or > follo with tracd. According to Trac Web tracd is the easiest way to > run TRAC with Authentication. > > What can i do? Any help will be appreciated. > > On Sep 25, 5:04 pm, Ruben O <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
