On Mar 11, 4:04 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 11, 2007 at 08:57:00PM -0000, [EMAIL PROTECTED] wrote:
> > <Location /tracprojects/sample/login">
> > AuthType Basic
> > AuthName "Trac"
> > AuthUserFile /srv/svn/tracenv/trac.htpasswd
> > Require valid-user
> > PythonPath "sys.path+['/usr/local/lib/svn-python']+['/usr/local/lib/
> > pysqlite2']"
> > </Location>
>
> How did you create trac.htpasswd?
>
I use these instructions from Trac:
Adding Authentication ΒΆ
The simplest way to enable authentication with Apache is to create a
password file. Use the htpasswd program to create the password file:
$ htpasswd -c /somewhere/trac.htpasswd admin
New password: <type password>
Re-type new password: <type password again>
Adding password for user admin
> Rainer
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---