<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style id="owaParaStyle" type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body tabindex="0" dir="ltr">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:#000000; margin:0">
Hello,<br>
<br>
I'm trying to protect an app based on a custom LDAP attribute that requires a wild card search, ie<br>
<br>
&nbsp; &lt;Location /chicagoprintstudio&gt;<br>
&nbsp;&nbsp;&nbsp; AuthType shibboleth<br>
&nbsp;&nbsp;&nbsp; ShibRequireSession On<br>
&nbsp;&nbsp;&nbsp; require company-admin *Chicago*<br>
&nbsp; &lt;/Location&gt;<br>
<br>
IE, all people who administrate a Chicago company can access this URL.<br>
<br>
It works if I do an exact value like<br>
<br>
require company-admin ChicagoWestLoopPrintStudio<br>
<br>
But if I do a wild card search, it doesn't let anyone in- maybe it interprets the &quot;*&quot; char literally?&nbsp; Not sure.<br>
<br>
Anyway wondering: am I just using bad regex, or is this not supported?<br>
<br>
Any feedback is appreciated.<br>
<br>
Sean<br>
<br>
PS, I realize a group or a require statement that defines all the possible values (rather than a wild card) is the preferred solution and that will be our long term solution, but I'm wondering if I can do a short term solution while that's being worked on.<br>
<br>
<br>
</div>
<br>
<br>
<hr>
This transmission is intended solely for the person or organization to whom it is addressed and it may contain privileged and confidential information. If you are not the intended recipient you should not copy, distribute or take any action in reliance on it.
 If you believe you received this transmission in error please notify the sender.
<font></font>
<br clear=all> 
</body>
</html>