I have been able to work my way through a number of topic-level
authorization scenarios, but seem unable to make a critical one I need
work correctly.

I want every authenticated user to be able to read the topic. I want
only a single, specified user to be able to write the topic.

(I am using hidden properties)

Case 1

:AllowRead: authenticated
:AllowEdit: user:davidson.jw2

With the above settings the user:administrator is able to edit the
file (and should not be able to do so - my expectation?).

When the settings are changed to -

Case 2

:AllowRead: authenticated
:DenyEdit: all

no users are able to edit

Case 3

Case 2

: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?

John Davidson

-------------------------------------------------------------------------
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