Hi, > tracd -p 8080 --auth *,/...../users,Peter /......./afser/ > > Authenticating for "Peter" works fine. But I also want to enable > authenticating for the other users in the "users"-file. I looked in > the documentation for it but it is only mentioning on how to manage > that for more than one project but not for more than one user ;( > > Am I missing something?
I simply start tracd with "tracd -p8000 path/to/project" and use the AccountManagerPlugin ( http://trac-hacks.org/wiki/AccountManagerPlugin ) with HtDigestStore ( http://trac-hacks.org/wiki/AccountManagerPlugin#HtDigestStore ). Works wonderful here. BR Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
