That certainly helped. I had completely overlooked the difference between digest and basic auth.
Thanks. On Fri, Dec 10, 2010 at 11:19 PM, [email protected] <[email protected] > wrote: > Hi, > > It seems your Trac expects a password file for digest authentication, but > the sample you've shown is for basic authentication. > > Make sure tracd is expecting basic authentication, check tracd -h for the > commandline option required. > > Regards, Bas > > ----- Reply message ----- > Van: "HM 2K" <[email protected]> > Datum: vr, dec. 10, 2010 19:49 > Onderwerp: [Trac] tracd: Warning: invalid digest line > Aan: <[email protected]> > > > I'm trying to run tracd, but I'm getting an error, here's what I'm trying: > > PROJECT_NAME='MyProject' > SERVER_PORT='8080' > SERVER_HTPASSWD='/etc/svn-auth-file' > tracd --auth="*",$SERVER_HTPASSWD,MyRealm --port=$SERVER_PORT > --hostname=localhost --protocol=ajp --unquote > --env-parent-dir=$HOME/projects --base-path=$HOME/projects/$PROJECT_NAME > --daemonize --pidfile=$HOME/trac.pid --umask=63 > > Which returns the following: > > > Warning: invalid digest line in /etc/svn-auth-file: > test:$apr1$SIr5O...$XdhvXGQ2U6KI4d8yNTR7c1 > Warning: invalid digest line in /etc/svn-auth-file: viewsvn:T.jyS0BMlyzmE > Warning: found no users in realm: MyRealm > > > I know this auth file is a normal htaccess file as it's working fine with > viewsvn in Apache. > > What could the problem be? How can I solve this? > > Thanks. > > -- > 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]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > > > -- 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.
