Well, WIKI_ADMIN is a valid privilege, but it only pertains to the Wiki and not the ticket system or the Admin tab. :)
It would be nice if there were an easy way to "clone" permissions or other settings from another environment to save time (and embarassment), but I suppose that trick will have to wait for 0.12 or later. ;) Noah is correct; my comments are mostly irrelevant for the current version. I have 0.10.4 installed on FreeBSD, so WebAdmin requires the extra steps; now if I can just stop breaking stuff.... ;) Happy coding! --Jim Crissman IT Representative / Freight Management, Inc. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hahn Sent: Thursday, December 13, 2007 04.38 To: [email protected] Subject: [Trac] Re: webadmin :) and a mistype was the cause, I had given myself WIKI_ADMIN priv not TRAC_ADMIN. Thanks to both of you for replying. Daniel Hahn Slightly embarrassed Admin -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Kantrowitz Sent: Thursday, December 13, 2007 1:23 AM To: [email protected] Subject: [Trac] Re: webadmin Most of this is now incorrect in 0.11dev. WebAdmin is directly integrated, so all you need to do is grant yourself TRAC_ADMIN permissions. --Noah Jim Crissman wrote: > Daniel: > > I also had this problem during my first experience with Trac. > > Did you set permissions? TRAC_ADMIN is not set for the anonymous user > when a > new environment is created -- for security reasons, of course. The following > adds a user to a group and assigns permissions to the group: > > # trac-admin /path/to/env permission add youruser youradmingroup > # trac-admin /path/to/env permission add youradmingroup TRAC_ADMIN > > Hint: You can also 'list' permissions for the specified Trac to see > what might be different between environments; multiple permissions can > be specified at once, separated by a space. > > > You can enable WebAdmin by default for all environments (or disable > per-environment in the respective trac.ini): > > - Drop the .egg in your Python libs path (or use easy_install) > > - Edit your global trac.ini to enable as default: > [components] > webadmin.* = enabled > > - You can disable it per-environment via trac.ini: > [components] > webadmin.* = disabled > > - Restart the Web site in IIS (via the management console). > > > Hope this helps. > > > --Jim Crissman > IT Representative / Freight Management, Inc. > > > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of Daniel Hahn > Sent: Wednesday, December 12, 2007 14.42 > To: [email protected] > Subject: [Trac] webadmin > > > Hi all, > > I am running trac .11 on an windows 2003 server with Apache. > > I have everything working fine in my original instillation. I created > a second trac env with the trac-admin initenv command and while I can > add in plugins to it and they work when enabeled, It does not seem to > have the webadmin running for the second wiki but it is running for the first wiki. > > > > > Any thoughts? > > > Daniel Hahn > Seniors Systems Admin TwinTechs > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
