<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 5, 2015 at 11:29 AM, Vignesh, Vanna G. <span dir="ltr"><<a href="mailto:vignesh@musc.edu" target="_blank">vignesh@musc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">In our Ldap, some of the UIDs are lowercase and some are mixed case. Is there  a way to convert all the UIDs to lowercase on the IDP side before it is passed to SPs?</p></div></div></blockquote><div><br></div><div>If you're using v3 and springResources[1] for your configuration, you can do this for the LDAP data connector:</div><div><br></div><bean class="org.ldaptive.SearchExecutor" p:baseDn="%{idp.attribute.resolver.LDAP.baseDN}"><br>    <property name="searchEntryHandlers"><br>        <bean class="org.ldaptive.handler.CaseChangeEntryHandler" p:attributeValueCaseChange="LOWER" /><br>    </property><br></bean></div><div class="gmail_quote"><br></div><div class="gmail_quote">[1] <a href="https://wiki.shibboleth.net/confluence/display/IDP30/LDAPConnector">https://wiki.shibboleth.net/confluence/display/IDP30/LDAPConnector</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">--Daniel Fisher</div><div class="gmail_quote"><br></div></div></div>