Hi all,
I'm new to trac and I'm facing a problem with authentification.
I've used trac-admin to set an environment in /home/trac and then set
my apache conf like this :
<VirtualHost *:80>
    DocumentRoot "/home/trac"
    ServerName localhost/trac

    <Location />
      SetHandler mod_python
      PythonInterpreter main_interpreter
      PythonHandler trac.web.modpython_frontend
      PythonOption TracEnv /home/trac
      PythonOption TracUriRoot /trac
    </Location>

    <LocationMatch "/login">
        AuthType Basic
        AuthName "TracAuthentification"
        AuthUserFile /home/trac/.htpasswd
        Require valid-user
    </LocationMatch>
</VirtualHost>

Then I set the .htpasswd with the htpasswd command but I still get an
error when I click on the "Login" link.
"Authentication information not available. Please refer to the
installation documentation."

However, the trac seems to work, I can add ticket and edit wiki.

I use the 0.10 version.

Any idea?

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