Thanks for the response. Now that I have confirmation of what should
work I will finish testing of that area.

I have worked out a fix for the null edit bug #1741140 in WikiEdit.aspx.cs

Also I am nearly finished a beta implementation of the attach file
discussion that took place months ago. This touches on WikiEdit.aspx,
WikiEdit.aspx.cs and WikiEdit.js. A final version will also probably
need changes to wiki.css to help it look pretty. Are you interested in
looking at this when the beta is finished, probably by July 3?

John Davidson

On 6/29/07, Craig Andera <[EMAIL PROTECTED]> wrote:
> This scenario is explicitly supported. I suspect that your problem arises
> from the permissions you grant at either namespace or wiki level. Note that
> the default wiki permissions are to grant full permissions to everyone.
> Since the evaluation model is to traverse wiki-namespace-topic and evaluate
> the rules in order, an early grant with no later denies can wind up leaving
> the wiki fully open.
>
> Here's what I'd put in a topic if I wanted to make sure every authenticated
> user could read it, no anonymous users could read it, and only I could edit
> it:
>
> :DenyRead: all
> :AllowRead: authenticated
> :AllowEdit: user:candera
>
> Note that order is important: if you put the DenyRead at the end, that's the
> last rule evaluated, and so everything is denied to everyone. Unlike some
> authorization schemes, all of the rules are always evaluated, and the last
> one always wins.
>
> The one that puzzles me is your case 3. That one should work the way you
> expect it to. The only thing I can think of is that the username isn't
> actually davidson.jw2.
>
> > Case 3
> >
> > :AllowRead: authenticated
> > :DenyEdit: all
> > :AllowEdit: user:davidson.jw2
> >
> > no users are able to edit
> >
> > Is there any way, at the topic level to set one page in a namespace to
> > be editable by only user a and a second topic in the same namespace by
> > only user b?
> >

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to