How did you create your htdigest file?  The third parameter to the
--auth option should be the authentication realm, and has nothing to
do with the user name.  For all projects you should be able to use the
same authentication information.

Authorization is a different matter.  That can be managed by setting
Trac permissions separately for each project.  Just grant TRAC_ADMIN
to user1 on project1, and to user2 on project 2.  Then grant
TRAC_ADMIN to superuser on both projects.

On 5/24/07, Johan38 <[EMAIL PROTECTED]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to