Well this is my first experience with TRAC, but I think basic auth?
This is the conf file in my /etc/httpd/conf.d/trac.conf.

#LoadModule python_module modules/mod_python.so

<Location /mpinfo>
   SetHandler mod_python
   PythonHandler mod_python.testhandler
</Location>

<Location /projects/hms>
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /var/www/html/trac
</Location>

<Location "/projects/hms/login">
  AuthType Basic
  AuthName "HMS"
  AuthUserFile /var/www/html/trac/.htpasswd
  Require valid-user
</Location>

Thanks,
Nate

On Tue, 2008-02-05 at 12:58 -0500, Joshua Preston wrote:
> Nate,
> 
> How are you authenticating?  Basic HTTP AUTH?  I assume with
> your .htaccess, you're using Apache, are you sure he not using apache
> for security or for logins?  Double check your Apache2 configuration,
> I can look it over, but take out any vital or secure information
> before posting.
> 
> Thanks!
> 
> 
> 
> 
> 
> On Tue, 2008-02-05 at 12:33 -0500, Nathan McBride wrote: 
> > Hey guys,
> > 
> > I am the new admin for my company and the old admin setup a trac
> > site.
> > The problem is, I added myself to the .htaccess file which is at the
> > path I found in trac.conf under apache.  So that leaves me to
> > believe
> > that is where it is pulling its passwords from.  I also added myself
> > to
> > the TRAC_ADMIN group.  However, when I go to login, I just keep
> > getting
> > re-prompted for the password.  Does anyone have any ideas on how I
> > can
> > get logged in?
> > 
> > Thanks,
> > Nate
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to