[Note: please post in-line, it makes it much easier to follow the thread! See below...]
> From: [email protected] > [mailto:[email protected]] On Behalf > Of Roberto Schuster > Sent: 25 January 2011 16:42 > To: [email protected] > Subject: [Trac] Trac Authentication > > Hello! > > I successfully installed the Trac and it is > integrated with > SVN. However, when I try to Login, an error appears: > > Trac Error > > Authentication information not available. > Please refer to the > installation documentation > > <http://e-server:8080/Brokers_Commerce/wiki/TracInstall#Config > uringAuthentication> > <http://e-server:8080/Brokers_Commerce/wiki/TracInstall#Config uringAuthentication> . > > TracGuide > > <http://e-server:8080/Brokers_Commerce/wiki/TracGuide> > <http://e-server:8080/Brokers_Commerce/wiki/TracGuide> - The > Trac User and Administration Guide > > I tryed to follow the trac instructions, but > I'm not sure > about what to do... Someone could help me with this? > > > There are lots of options available, so it would help > if you gave some > more information as to what instructions you tried to > follow. It would > also be useful to know what platform you are using > (windows, flavour of > *nix etc) and how you are trying to serve Trac (tracd, apache?) > > Start from the trac install wiki pages and then let us > know what is > confusing you:- > > > http://trac.edgewall.org/wiki/TracInstall#ConfiguringAuthentication > > ~ mark c > > P.S. the convention on this list is plain text only, if > possible, many > thanks. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Roberto Schuster > Sent: 25 January 2011 20:28 > To: [email protected] > Subject: Re: [Trac] Trac Authentication > > Hi, Mark! I'm glad for the attenction. > > First: > I'm using a PC with Windows XP SP3 and I'm running Tracd to > access the Trac projects... > > I accessed the page you suggested > (http://trac.edgewall.org/wiki/TracInstall#ConfiguringAuthenti > cation) and then accessed the TracStandalone link. I'm not > sure if I'm using Trac as Standalone or TracModPython, I just > know I'm using Tracd to run trac and access the projects... > The problem is the authentication only... Tracd is the "trac daemon" and is the stand-alone versin (i.e. trac serves itself). mod_python is one way to serve trac from an apache web server (note mod_python is officially unsupported and should not be used), in which case trac is not "standalone". > Well, after access TracStandalone link > (http://trac.edgewall.org/wiki/TracStandalone), I followed > the steps until the "Using Authentication" topic. So, I'm > using tracd as a service. Above this topic, I'm lost... > > Thanks for the help. > > Hi again, Mark! > I did it! Now It's working perfectlly. Through the page TracStandalone > (http://trac.edgewall.org/wiki/TracStandalone), I payed more attention > and I got it. Now, Trac is using the subversion password file too. > > Here is the command line I used: > tracd -p 8080 --basic-auth="*,E:/Repositories/SVN/htpasswd,MyBusiness" > -e E:/Repositories/Trac > > Thanks for the help! > Great, congratulations for working it out. In case you have not found it yet, I suggest you also have a look at http://trac-hacks.org ~ this site hosts all sorts of interesting extensions to trac... ~ Mark C -- 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.
