Hi Mark,
I suspect that we need a few more details before being able to give you a
proper answer.

First, when you are trying to use the plugin, who are you authenticated as
when it does not work? You should be able to see the login user in the upper
potion of the right border.

Second, does any portion of the plugin try to write to the wiki or is it all
just read actions?

Third, does it work if you change

                                <Rule Type="Allow" Action="Read"
Principal="authenticated" />
to

                                <Rule Type="Allow" Action="Edit"
Principal="authenticated" />


John Davidson

On Jan 16, 2008 10:18 AM, Mark Rednour <[EMAIL PROTECTED]> wrote:

>  I need some help with what I hope is something simple.
>
>
>
> I created a plug-in which worked fine up until I changed the Authorization
> rules from:
>
>
>
>     <AuthorizationRules>
>
>                  <Rule Type="Allow" Action="ManageNamespace" Principal="
> authenticated " />
>
>     </AuthorizationRules>
>
>
>
> To:
>
>
>
>     <AuthorizationRules>
>
>       <Rule Type="Allow" Action="ManageNamespace" Principal="
> user:MCITEXASD\mlrednour" />
>
>                                 <Rule Type="Allow" Action="Read"
> Principal="authenticated" />
>
>     </AuthorizationRules>
>
>
>
> Now I get the following error on the page with the plug-in:
>
> MPC.DataFRAME 240 Specifications(1:1) : No such property or function:
> MyServerService
>
> * *
>
> *Mark*
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to