Hello all,

I just installed trac. I created my first project. Now I was adding in
authentication.

I use the standalone server:

tracd --port 8765 \
--auth="LogicLoad,/home/jmf/LogicLoad/conf/users.htdigest,critical" 
/home/jmf/LogicLoad

I created the users.digest file with apache htdigest command (I added 4
users). I added "administration" permission to the 'jmf' user:

jmf@wheejy:~$ trac-admin /home/jmf/LogicLoad permission list
User           Action         
------------------------------
anonymous      BROWSER_VIEW   
anonymous      CHANGESET_VIEW 
anonymous      FILE_VIEW      
anonymous      LOG_VIEW       
anonymous      MILESTONE_VIEW 
anonymous      REPORT_SQL_VIEW
anonymous      REPORT_VIEW    
anonymous      ROADMAP_VIEW   
anonymous      SEARCH_VIEW    
anonymous      TICKET_VIEW    
anonymous      TIMELINE_VIEW  
anonymous      WIKI_VIEW      
authenticated  TICKET_CREATE  
authenticated  TICKET_MODIFY  
authenticated  WIKI_CREATE    
authenticated  WIKI_MODIFY    
jmf            TICKET_CREATE  
jmf            TICKET_MODIFY  
jmf            TRAC_ADMIN     
...
..
.

I open the browser and I select the login link. I get a small
authentication dialog. I type my username and password but nothing
happens. Nothing at all. Not even a log message.

I did not see this documented in the FAQ.

Can anyone help ?

Thank you
Joao


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