Folder/site with differente permission

2 messages Options
Embed this post
Permalink
Fabio Baldini () Folder/site with differente permission
Reply Threaded More More options
Print post
Permalink
I need to set different permission on a folder depending on the location of user.
If the user access from in the intranet the folder is accessible without login, if the user is in the internet he needs to login to view the content.
Any suggestion, please.
Thanks in advance.
cewing () Re: Folder/site with differente permission
Reply Threaded More More options
Print post
Permalink

Fabio Baldini wrote:
I need to set different permission on a folder depending on the location of user.
If the user access from in the intranet the folder is accessible without login, if the user is in the internet he needs to login to view the content.
Any suggestion, please.
Thanks in advance.
Fabio,

There used to be (probably still is) a PAS plugin for authenticating by IP address.  One might put that plugin at the head of the authentication plugin list and set it to fail if the user comes from outside your intranet.  Then authentication would cascade to the next authn plugin.  Perhaps this would work for you?  At the least, it'd work as a model for a new plugin (or set of plugins) that does what you want.

c