No luck Aaron. Please find the following. No result came after the commands.
[root@srvr01 cm]# trac-admin . permission list | grep MILESTONE_CREATE [root@srvr01 cm]# trac-admin . permission list | grep MILESTONE_ADMIN [root@srvr01 cm]# The trac was moved from another server where I could still see these permissions. The new server, these permissions are missing. Any other thoughts on this ? I am new to trac and helped to move this to new server. Any help from anyone would greatly appreciated. The move to the new server happened around 6 months back and I didn't get any questions after the move about the server. In fact all records are existing in Trac - but the permission are missing which should be a part of standard configuration. Waiting for responses. Thanks, Dani. On Jun 7, 6:50 pm, "Laws, Aaron" <[email protected]> wrote: > Yo. > > > > > > > > > > > -----Original Message----- > > From: Dani-Blr > > Sent: Thursday, June 07, 2012 2:55 PM > > To: Trac Users > > Subject: [Trac] MILESTONE_CREATE and MILESTONE_ADMIN permission view issue > > > Hi All, > > > I have only MILESTONE_MODIFY and MILESTONE_VIEW in my trac user > > permission list. > > But I need to configure basic permissions MILESTONE_CREATE and > > probably MILESTONE_ADMIN to a user. > > My issue here is I don't see these permissions in my trac admin user > > permissions list. > > > Can any one please help me on this? > > > Thanks, > > Dani. > > > -- > > I'll use "ta" to mean /python/scripts/trac-admin. Cd to your trac env > directory (so that pwd returns the directory of your trac environment). > ta . permission list > should give you the permissions of all users in the system including an handy > list at the bottom "Available actions:" > ta . permission list | grep MILESTONE_CREATE > and > ta . permission list | grep MILESTONE_ADMIN > should return something. If they don't then your problem is far beyond me. > If they do, run > ta . permission add <user> <permission> > where user is the user for whom you want to add the permission and permission > is either MILESTONE_CREATE or MILESTONE_ADMIN. > > Good luck! > > Aaron -- 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.
