with "ls -l " you get the permissions of files. when copying from windows ot linux there might be also text file problem by having "^M" at the end of the lines (windows uses carriage return, line feed, linux only line-feed) in your passwort file.
On Feb 16, 4:49 pm, "Bráulio Marques Horta" <[EMAIL PROTECTED]> wrote: > I configured TracAccountManager for some projects in a win 2003 server. I > was using apache 2.2 and mod_python for serving trac. > And i was using HttpAuthStore for authentication. > > Now we are configuring a suse linux server with apache, mod_python, Trac and > TracAccountManager . > > I used exactly the same type of configuration and in httpd.conf and in > trac.ini and the same project (actually it was a fresh copy). > > When i log in win2003 server it works perfectly but when i log in linux > server i receive "invalid username or password". > > When i use HtPasswdStore instead of HttpAuthStore it works. > > I think it is a permission related problem(i can be wrong about this), but > I'm beginner using Python/Apache/Trac under Linux. > > Can any of you give me little help? > > Bráulio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
