Now that I'm back at work, I can check how I have it running here.<br>
<br>
tracd --auth &lt;project&gt;,&lt;full path to htdigest&gt;,&lt;domain&gt; &lt;path to project_env&gt;<br>
<br>
The only difference between this and what you have below appears to be the full path to the htdigest.<br>
<br>
When I was setting things up this way, I was actually migrating from a
different setup, using apache and an htpasswd style authentication
file. I had to re-create all of my users using the htdigest program
instead, and things worked fine.<br><br><div><span class="gmail_quote">On 9/30/05, <b class="gmail_sendername"><a href="mailto:curtorkar@sancharnet.in">curtorkar@sancharnet.in</a></b> &lt;<a href="mailto:curtorkar@sancharnet.in">
curtorkar@sancharnet.in</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Hi Todd,<br>I created the htdigest file. I have copied it to my trac project folder that is
<br>/trac and this is the command i fire now.<br><br> tracd -a postal,trac.htpasswd,<a href="http://smarty.com">smarty.com</a> --port 8000 /trac/trac_project_env/<br><br><br>It starts the daemon but I still get error when i click on the login option of
<br>the web page.<br><br>--Walter<br><br>Quoting Brennan Todd &lt;<a href="mailto:brentodd@gmail.com">brentodd@gmail.com</a>&gt;:<br><br>&gt; Did you create the htdigest file? It's been a few weeks since I've done<br>&gt; this, but I was having the same issue as you.
<br>&gt;<br>&gt; On 9/30/05, <a href="mailto:curtorkar@sancharnet.in">curtorkar@sancharnet.in</a> &lt;<a href="mailto:curtorkar@sancharnet.in">curtorkar@sancharnet.in</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; This is what i get
<br>&gt; &gt;<br>&gt; &gt; [root@fedora ~]# tracd -p 8080 --auth postal,/trac/trac_project_env,<br>&gt; &gt; <a href="http://mango.com">mango.com</a> &lt;<a href="http://mango.com">http://mango.com</a>&gt;<br>&gt; &gt; Traceback (most recent call last):
<br>&gt; &gt; File &quot;/usr/bin/tracd&quot;, line 328, in ?<br>&gt; &gt; main()<br>&gt; &gt; File &quot;/usr/bin/tracd&quot;, line 290, in main<br>&gt; &gt; auths[p] = DigestAuth(h, r)<br>&gt; &gt; File &quot;/usr/bin/tracd&quot;, line 58, in __init__
<br>&gt; &gt; self.load_htdigest(htdigest, realm)<br>&gt; &gt; File &quot;/usr/bin/tracd&quot;, line 65, in load_htdigest<br>&gt; &gt; fd = open(filename, 'r')<br>&gt; &gt; IOError: [Errno 21] Is a directory<br>&gt; &gt;<br>
&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Quoting Norbert Unterberg &lt;<a href="mailto:nunterberg@gmail.com">nunterberg@gmail.com</a>&gt;:<br>&gt; &gt;<br>&gt; &gt; &gt; 2005/10/1, 
<a href="mailto:curtorkar@sancharnet.in">curtorkar@sancharnet.in</a> &lt;<a href="mailto:curtorkar@sancharnet.in">curtorkar@sancharnet.in</a>&gt;:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; But when i try to use tracd --auth --port 8000 /tracenv it gives me
<br>&gt; &gt; the<br>&gt; &gt; &gt; &gt; following output.<br>&gt; &gt; &gt; &gt; IOError: [Errno 2] No such file or directory: '--auth/VERSION'<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Have a look at that page:<br>&gt; &gt; &gt; 
<a href="http://projects.edgewall.com/trac/wiki/TracStandalone">http://projects.edgewall.com/trac/wiki/TracStandalone</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; According to the (very sparse) docs, you should try something like
<br>&gt; &gt; &gt; tracd -p 8080 --auth<br>&gt; project1,/tmp/users.htdigest,<a href="http://mycompany.com">mycompany.com</a>&lt;<a href="http://mycompany.com">http://mycompany.com</a>&gt;<br>&gt; &gt; &gt; /path/to/project1
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; meaning the --auth option requires some additional arguments.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Norbert<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Trac mailing list
<br>&gt; &gt; &gt; <a href="mailto:Trac@lists.edgewall.com">Trac@lists.edgewall.com</a><br>&gt; &gt; &gt; <a href="http://lists.edgewall.com/mailman/listinfo/trac">http://lists.edgewall.com/mailman/listinfo/trac</a><br>&gt; &gt; &gt;
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ----------------------------------------------------------------<br>&gt; &gt; This message was sent using NWebmail, BSNL's Webmail Program<br>&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>&gt; &gt; Trac mailing list<br>&gt; &gt; <a href="mailto:Trac@lists.edgewall.com">Trac@lists.edgewall.com</a><br>&gt; &gt; <a href="http://lists.edgewall.com/mailman/listinfo/trac">
http://lists.edgewall.com/mailman/listinfo/trac</a><br>&gt; &gt;<br>&gt;<br><br><br><br><br>----------------------------------------------------------------<br>This message was sent using NWebmail, BSNL's Webmail Program<br>
<br></blockquote></div><br>