<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>Hello list,&nbsp;</div>
</div>
</div>
<div><br>
</div>
<div>I have a Shibboleth protected site in apache 2.2.15 as such:</div>
<div><br>
</div>
<div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;Location /&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AuthType shibboleth</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShibRequireSession On</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Require user [users]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Location&gt;</div>
</div>
<div><br>
</div>
<div>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:&nbsp;</div>
<div><br>
</div>
<div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;Location /blog/community/feed&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Location&gt;</div>
</div>
<div><br>
</div>
<div>Unfortunately, I've been unable to find a good way to do this. I've attempted to use:</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>Satisfy Any</div>
<div><span class="Apple-tab-span" style="white-space: pre; "></span>Allow from All</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>AllowOverride All</div>
<div><br>
</div>
<div><br>
</div>
<div>As well as a number of other methods and haven't been able to find anything that works yet. Any suggestions?&nbsp;</div>
<div><br>
</div>
<div>Thanks,&nbsp;</div>
<div>-Luke</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></div>
</body>
</html>