<div dir="ltr">> I'm working on upgrading from IDP 3.4.7 to the latest 4.0.1. Just like the upgrade documentation says, I am going through and fixing all the warnings of deprecation before moving on. I'm currently stuck on 2 of them.<br><br>That was my problem. I was not listing the values. I tried using value="objectSid".  Thank you.  <br><br><div><br></div><div>> 2020-08-26 08:28:23,374 - WARN [DEPRECATED:118] - XML Attribute '<LDAPPrpperty name="java.naming.ldap.attributes.binary" ..>', (file [/opt/shibboleth-idp/conf/attribute-resolver.xml]): This will be removed in the next major version of this software; replacement is <BinaryAttributes> element<br><br>> And then for the LDAPProperty name="java.naming.ldap.attributes.binary....  under the DataConnector for Ldap, we have:<br>>         <LDAPProperty name="java.naming.ldap.attributes.binary" value="objectSid" /><br>>         <LDAPProperty name="java.naming.referral" value="follow" /><br>><br>> I haven't figured out how to use the replacement of BinaryAttributes.<br><br><DataConnector><br> <FilterTemplate>...<br> <ReturnAttributes>...<br> <BinaryAttributes>objectSid</BinaryAttributes><br><br><a href="https://wiki.shibboleth.net/confluence/display/IDP4/LDAPConnector" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/display/IDP4/LDAPConnector</a><font color="#888888"><br><br><br>Tom<br>--<br>For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a></font><br></div></div>