
mark.cooke at siemens
Jun 13, 2012, 6:13 AM
Post #8 of 11
(445 views)
Permalink
|
|
RE: removing sources access from the default permission
[In reply to]
|
|
> -----Original Message----- > From: trac-users [at] googlegroups > [mailto:trac-users [at] googlegroups] On Behalf Of Brettschneider Falk > Sent: 13 June 2012 13:49 > To: trac-users [at] googlegroups > Subject: [Trac] RE: removing sources access from the default > permission > > Cooke, Mark wrote: > > F [at] l wrote: > > > Cooke, Mark wrote: > > > > F [at] l wrote: > > > > > What do you call to remove all anonymous permissions? > > > > > > > > c:\python26\scripts\trac-admin %1 permission remove anonymous '*' > > > Is this a remove of all permissions set by user or also the > > > default permissions? Can one change the default permissions? > > > > The `anonymous` user's permissions is what people get who > > aren't logged in. The `authenticated` user's permissions > > are for any known user with no other specific permissions > > set. The above command removes all permissions from unknown > > users, so they just see Trac's `you need permissions` page > > for any URL in that Trac. > > So I understand it as > permission remove > can remove the default permissions _as well_. Yes, and the result of your query below shows that as far as vanilla trac is concerned, unknown users will only get the `WIKI_VIEW` permission... However, is it posisble we are confuing `anonymous` and `authenticated`? What does this show:- trac-admin <repo> permission list authenticated > > > > > > > User Action > > > > > ------------------- > > > > > anonymous WIKI_VIEW > > > > > > > > ...so they should only be able to see the wiki. Sounds odd... > > > > > I also use the UserManagerPlugin. For a certain user who > > > should act with the permissions of anonymous it shows > > > BROWSER_VIEW disabled but checked on, like here: > > > > http://trac-hacks.org/attachment/wiki/UserManagerPlugin/screenshot3.png > > > > > > What does this mean? > > > > Ah, sorry, I don't know. It looks like the plugin is enforcing some > > minimum set of permissions > > I don't think UserManagerPlugin is guilty. It also happens if > UserManagerPlugin is deactivated. ...which I believe is based on another plugin: AccountManagerPlugin. ~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|