<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>hi,</p>
    <p>I have some LDAP attributes with this ugly face : <b>supannCmsId;x-mifare-xlsb</b>
      (attributeName + ";" + options)<br>
    </p>
    <p>The RFC 4520 call that attributes with options.<br>
    </p>
    <p>Our openLDAP is ready to receive them and I can add LDIF file
      like that without any problem:<br>
    </p>
    <pre class="code file ldif"><span class="re0">dn</span>:<span
    class="re1"> uid=dupont,ou=people,dc=univ,dc=fr</span>
<span class="re0">changetype</span>:<span class="re1"> modify</span>
<span class="re0">add</span>:<span class="re1"> supannCmsId;x-mifare-xlsb</span>
supannCmsId;x-mifare-<span class="re0">xlsb</span>:<span class="re1"> DEADBEEF000000</span>
-
<span class="re0">add</span>:<span class="re1"> supannCmsId;x-mifare-xmsb</span>
supannCmsId;x-mifare-<span class="re0">xmsb</span>:<span class="re1"> 000000EFBEADDE</span></pre>
    <p>But I can't handle these LDAP attributes with options in
      midpoint. I tried something like:</p>
    <div style="background-color:#1e1f22;color:#bcbec4">
      <pre
      style="font-family:'JetBrains Mono',monospace;font-size:9,8pt;"><span
      style="color:#d5b778;"><resource>
  <schemaHandling>
</span><span style="color:#d5b778;">    <objectType>
      <attribute>
</span><span style="color:#d5b778;">         <ref></span>ri:supannCMSId;x-mifare-xlsb<span
      style="color:#d5b778;"></ref>
</span></pre>
    </div>
    <p>But I have the error message:</p>
    <p>Schema error while processing schemaHandling section of <a
        class="moz-txt-link-freetext"
        href="resource:u75-connecteur-LDAP-UP(LDAP">resource:u75-connecteur-LDAP-UP(LDAP</a>
      UP): Definition of attribute supannCMSId;x-mifare-xlsb not found
      in object class
      {<a class="moz-txt-link-freetext"
href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3">http://midpoint.evolveum.com/xml/ns/public/resource/instance-3</a>}inetOrgPerson
      as defined in definition of <a class="moz-txt-link-freetext"
        href="resource:u75-connecteur-LDAP-UP(LDAP">resource:u75-connecteur-LDAP-UP(LDAP</a>
      UP)<br>
    </p>
    <p>Of course the attribute name in the downloaded schema is "<b>supannCmsId</b>"
      and not "<b>supannCmsId;x-mifare-xlsb</b>", but I need to handle
      "supannCmsId;x-mifare-xlsb".<br>
    </p>
    <p>Any Ideas?</p>
    <p>Thanks so much.</p>
    <div class="moz-signature">------- <br>
      <b>Pascal PÉRICHON</b><br>
      Direction des systèmes d'information et du numérique<br>
      Université Paris Cité<br>
      <br>
    </div>
  </body>
</html>