I have used postgresql 8.2 as my trac database (on windows). It works
fine, but now I want the WebAdmin module so I wanted to grant one
user
TRAC_ADMIN privileges through trac_admin. However when running the
command
trac-admin.py /projects/trac/myproject permission add someuser
TRAC_ADMIN
I only get the "default" non-authorized reply from postgresql:
Command failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
How can I get past this? It seems I need to redirect trac_admin
through posgreesql or something? Maybe there is a table in my trac
database that I can modify manually to grant privleges?
I'm using trac0.10 on windows.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---