Making a public folder on a Shib protected website

Gaddie, Herbert (Luke) gaddie.3 at osu.edu
Tue Jun 18 15:07:41 EDT 2013


Hello list,

I have a Shibboleth protected site in apache 2.2.15 as such:

        <Location />
                AuthType shibboleth
                ShibRequireSession On
               Require user [users]
        </Location>

And would like to open a particular folder so that anyone can access it, or at the very least be able to protect it using only AuthType Basic:

        <Location /blog/community/feed>

        </Location>

Unfortunately, I've been unable to find a good way to do this. I've attempted to use:
Satisfy Any
Allow from All
AllowOverride All


As well as a number of other methods and haven't been able to find anything that works yet. Any suggestions?

Thanks,
-Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130618/620837c6/attachment.html 


More information about the users mailing list