[Trac-tickets] [The Trac Project] #1252: TracStandalone (tracd) fails to allow login

The Trac Project noreply at edgewall.com
Sat Mar 5 02:30:08 EST 2005


#1252: TracStandalone (tracd) fails to allow login
--------------------+-------------------------------------------------------
       Id:  1252    |      Status:  new                     
Component:  tracd   |    Modified:  Sat Mar  5 02:30:07 2005
 Severity:  normal  |   Milestone:                          
 Priority:  normal  |     Version:  0.8                     
    Owner:  jonas   |    Reporter:  anonymous               
--------------------+-------------------------------------------------------
 I setup a passwords file using htdigest and then run tracd passing the "--
 auth project,d:/pathtopasswords,trac", but when I login I am getting the
 following error:

 Trac detected an internal error:

 'NoneType' object has no attribute 'do_auth'
 Traceback (most recent call last):
   File "tracd", line 232, in do_trac_req
     self.do_real_trac_req()
   File "tracd", line 242, in do_real_trac_req
     self.remote_user = self.env.auth.do_auth(self)
 AttributeError: 'NoneType' object has no attribute 'do_auth'

 It seems like it isn't finding/using the passwords file since this is the
 same error I get when I startup tracd without the passwords file.

 The full tracd start command is:

 python tracd -p 9090 --auth foundation,d:/Tools/TracData/passwords,trac
 d:/Tools/TracData/trac.db

 The full htdigest command is:

 htdigest -c d:/Tools/TracData/passwords trac myUserName

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1252>
The Trac Project <>


More information about the Trac-Tickets mailing list