argh, yes thanks. It's better then basic auth. (and easier) But know I'm standing against the problem: calling Scripts from an authentication Folder within the application server.
+ MySite : index_html |-+ Admin : getUser In index_html: <p tal:content="container/Admin/getUser"/> will an authenticated user. But the page template MySite/index_html should have access to the Script Admin/getUser. I don't know how to do this.?? thanks, Ferhat --- Andreas Jung <[EMAIL PROTECTED]> wrote: > > > --On 11. September 2006 01:05:01 -0700 Ferhat Ayaz > <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > I want to restrict access to a subfolder: > > > > Folder structure: > > --------------------------------- > > Root Folder > > +- MySite > > +- Admin > > > > > > Access limitation: > > --------------------------------- > > My Site: Public for all > > Admin: Only with Basic Authentication > > > > Why basic authentication? In general you control > access to objects > by granting or revoking a particular permission (in > your case > the View permission) to roles/from roles (see Access > tab within the ZMI). > > -aj > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
