<div style="font-family: Arial, sans-serif; font-size: 14px;">Hi there,</div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">I'm doing a quick evaluation of midpoint, but I am having issues with an AD resource that is acting as a source for distribution lists.</div><div style="font-family: Arial, sans-serif; font-size: 14px;">The distribution lists only have the 'groupObject' class but have the 'textEncodedOrAddress' attribute that I need to retrieve, which is part of the 'mailRecipient' object class; a system auxiliary object class.</div><div style="font-family: Arial, sans-serif; font-size: 14px;">If I do not include 'mailRecipient' in my auxiliary object classes in midpoint, it cannot locate the 'textEncodedOrAddress' attribute.</div><div style="font-family: Arial, sans-serif; font-size: 14px;">If I do include 'mailRecipient' in my auxiliary object classes (i.e. uncommented the commented lines), then midpoint attempts to add the 'mailRecipient' object class to the resource object; which a) I do not want it to do, and b) the bind account does not have permission to do.</div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">Any advice is greatly appreciated.</div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">I have the resource configured as below (removing verbosity as required):</div><div style="font-family: Arial, sans-serif; font-size: 14px;"><object xsi:type="ResourceType" ...></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <name>DLs</name></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <indestructible>true</indestructible></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  </div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <connectorRef type="ConnectorType></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    <filter></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <q:and></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <q:equal></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <q:path>c:connectorType</q:path></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <q:value>com.evolveum.polygon.connector.ldap.ad.AdLdapConnector</q:value></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        </q:equal></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      </q:and></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    </filter></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  </connectorRef></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <connectorConfiguration ...></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    <icfc:configurationProperties></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:host>...</icfcldap:host></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:port>636</icfcldap:port></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:connectionSecurity>ssl</icfcldap:connectionSecurity></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:bindDn>...</icfcldap:bindDn></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:bindPassword></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <t:externalData></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <t:provider>env-var</t:provider></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <t:key>MP_DL_BIND_PASSWORD</t:key></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        </t:externalData></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      </icfcldap:bindPassword></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:baseContext>...</icfcldap:baseContext></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:pagingStrategy>none</icfcldap:pagingStrategy></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:includeObjectClassFilter>true</icfcldap:includeObjectClassFilter></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfcldap:defaultSearchScope>one</icfcldap:defaultSearchScope></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    </icfc:configurationProperties></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    <icfc:resultsHandlerConfiguration></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfc:enableFilteredResultsHandler>false</icfc:enableFilteredResultsHandler></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <icfc:enableAttributesToGetSearchResultsHandler>false</icfc:enableAttributesToGetSearchResultsHandler></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    </icfc:resultsHandlerConfiguration></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  </connectorConfiguration></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <schema></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    <generationConstraints></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <generateObjectClass>ri:group</generateObjectClass></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <!-- <generateObjectClass>ri:mailRecipient</generateObjectClass> --></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    </generationConstraints></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  </schema></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  <schemaHandling></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    <objectType></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <kind>generic</kind></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <intent>default</intent></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <displayName>Distribution List</displayName></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <default>true</default></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <delineation></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <objectClass>ri:group</objectClass></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <!-- <auxiliaryObjectClass>ri:mailRecipient</auxiliaryObjectClass> --></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <delineation></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <auxiliaryObjectClassMappings></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <tolerant>true</tolerant></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      </auxiliaryObjectClassMappings></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <focus></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <type>c:ServiceType</type></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <archetypeRef oid="..." type="c:ArchetypeType"></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <!-- Distribution List --></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        </archetypeRef></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      </focus></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      <attribute></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <ref>ri:cn</ref></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <correlator /></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        <inbound></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <name>Set Name</name></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          <target></div><div style="font-family: Arial, sans-serif; font-size: 14px;">            <path>name</path></div><div style="font-family: Arial, sans-serif; font-size: 14px;">          </target></div><div style="font-family: Arial, sans-serif; font-size: 14px;">        </inbound></div><div style="font-family: Arial, sans-serif; font-size: 14px;">      </attribute></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      <attribute></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <ref>ri:displayName</ref></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <correlator /></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <inbound></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <name>Set Display Name</name></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <path>displayName</path></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </inbound></div><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      </attribute></span><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><br></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      <attribute></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <ref>ri:mail</ref></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <correlator /></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <inbound></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <name>Set Mail</name></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <path>emailAddress</path></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </inbound></div><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      </attribute></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      <attribute></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <ref>ri:textEncodedORAddress</ref></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <correlator /></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <inbound></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <name>Set Text Encoded OR Address</name></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <path>extension/TextEncodedORAddress</path></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </target></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </inbound></div><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      </attribute></span><br></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><br></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      <synchronization></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <reaction></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <situation>unlinked</situation></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <actions></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <link /></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </actions></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </reaction></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <reaction></span></span></span></span><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <situation>unmatched</situation></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <actions></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <addFocus /></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </actions></span></span></span></div><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </reaction></span></span></span></span><br></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        <reaction></span></span></span></span><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <situation>linked</situation></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          <actions></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">            <synchronize /></span></span></span></div><div style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">          </actions></span></span></span></div><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">        </reaction></span></span></span></span><br></span></span></span></span></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);"><span style="scrollbar-width: thin; text-decoration: none; background-color: rgb(255, 255, 255);">      </synchronization></span></span></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;">    </objectType></div><div style="font-family: Arial, sans-serif; font-size: 14px;">  </schemaHandling></div><div style="font-family: Arial, sans-serif; font-size: 14px;"></object></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">Kind Regards,</div><div style="font-family: Arial, sans-serif; font-size: 14px;">GCHQDeveloper29</div><div style="font-family: Arial, sans-serif; font-size: 14px;" class="protonmail_signature_block">
</div>