<div dir="ltr"><div><div>Hi Everyone:<br><br></div>Coming back to Shibboleth after a 12m project hiatus elsewhere - my mind is a bit raw and picking things up again.<br><br></div>I have the following DataConnector in the &#39;attribute-resolver.xml&#39; - to pick up employee status upon user entering username/password - the data connector performs the DB lookup irrespective if the user has an employee number or not (a NULL look-up) - this understandably drives our DBA up the wall. Is there a way to prevent the DB look-up if employee number is null? <br><div><br>&lt;resolver:DataConnector ....&gt;<br>&lt;resolver:Dependency ref=&quot;employee&quot; /&gt;<br>&lt;ContainerManagedConnection resourceName=&quot;java:comp/env/jdbc/CWLDB&quot;  /&gt;<br>~<br>select STATUS from TABLE where EMPLID=&#39;$employeeKeywordValue.get(0)&#39; <br>~<br>&lt;/resolver:DataConnector&gt;<br><br></div><div>Thanks.</div></div>