[Pier] How to enable safety

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Pier] How to enable safety

tgkuo
Hi,
    I'm running a Seaside/Pier web site. Overall, the wiki/kernel
framework is cool, as I knew, it can support security and had object
storage solution, thanks to added-on Krypon/Magma packages, but for
the time being in current versions, I can not find the way to disable
the edit function in the frontpages, i.e. anyone can edit my pages
without the need to log in.
   I noticed that the edit function was disable as default in old
versions but it is open now. It might be a silly question, but how to
re-enable the log-in as default?

TIA

tkkuo


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: [Pier] How to enable safety

Lukas Renggli-2
Hi,

>     I'm running a Seaside/Pier web site. Overall, the wiki/kernel
> framework is cool, as I knew, it can support security and had object
> storage solution, thanks to added-on Krypon/Magma packages, but for
> the time being in current versions, I can not find the way to disable
> the edit function in the frontpages, i.e. anyone can edit my pages
> without the need to log in.

what security framework are you using? The Access-Control-List (ACL)  
of Philippe Marschall or the Unix Permissions based one that I wrote?  
At least with my framework I know it is possible to disable editing  
the root page, by removing the edit-permissions of 'others' ...

It is very interesting that you are using Krypon/Magma together with  
Pier. Do you have any code to share? What is your server-setup?

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch



_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Pier] How to enable safety

tgkuo
Hi,
On Thu, 16 Feb 2006 10:15:10 +0100, you wrote:
>what security framework are you using? The Access-Control-List (ACL)  
>of Philippe Marschall or the Unix Permissions based one that I wrote?  
  I didn't use any kinds of security measures that you mentioned,
since I'm running the Squeak3.9a-6724 image on my WindowsXP box.
Spielverderber from Philippe Marschall seemed not worked on
Squeak3.9a.

>At least with my framework I know it is possible to disable editing  
>the root page, by removing the edit-permissions of 'others' ...
Yes, my wish is just plainly to let the root page show no Edit tab,
you had to do some authentication such as logging in to enable it.
But how?

>
>It is very interesting that you are using Krypon/Magma together with  
>Pier. Do you have any code to share? What is your server-setup?
I just install those packages in Seaside, but had no time yet to study
them, read the on-line documetation or write down real-world codes
upon it but I hope it will be included inside Seaside as default
security measures. I currently use OmniBase to store the kernels.

Best regards.
Tk Kuo


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki