Antonio Alonso kirjoitti:
> Hi there,
> 
> Me and some colleagues were working the last two months researching
> tools which could help our company to implement an agile developement
> strategy. We have found that Trac is one of best tools for project
> "micro-management" because its minimalistic approach and the big set
> of plugins available. So we would like to use it as an entreprise
> tool.
> 
> Working with this tool (Trac) we have noticed a strange issue related
> to authentication. When a user clicks on the "Login" link, he is asked
> to give a username and password, if the user enters a wrong password,
> then he is denied to access to the private sections (obviously); but,
> if user enters a correct password and adds some characters at the end
> of the password, he is granted to access.
 >
> We have configured Trac to work with the Apache HTTP server so user
> authentication must be handled from there but, it isn't.
> 
> Does anyone found any behavior like this?
> Is this a bug?
> How should be Trac configured for dealing properly with
> authentication?

Not really, since trac doesn't really do any kind of authentication. 
Authentication is always done externally (from Trac viewpoint).

So, if you have configured Apache to do authentication there is some 
fishy in Apache config. Can you post relevant lines from Apache config?

-- 
Jani Tiainen

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