Hello I want to use Trac to manage 2 projects with 3 users. One of them is a superuser who can manage the 2 project. The others can only manage one project. Trac is running in standalone mode and I use a "digest" authentication.
So to run trac I use the command: #$ tracd --port 8000 \ --auth=project1,/path/to/users.htdigest,user1 \ --auth=project2,/path/to/users.htdigest,user2 \ --auth=*,/path/to/users.htdigest,superuser \ /path/to/project1 /path/to/project2 # Now, user 1 can manage the project 1 and user 2 the project 2. But the superuser can't connect him on the 2 project. I don't know how I must do for that. Thanks for any help. Johan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
