<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Hi,</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I built an ITSM-Plugin for Jira, and this works so far, as I can create tickets and sync ticket status to midpoint.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I have a semi-manual connector with manual jira connector as primary connector and a read-only AD connector as second one.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I encountered a problem when I try to create a new account on AD. A ticket is created and also a shadow in the resource.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Problem is now that the new shadow does not have an objectGUID (primary identifier set by the AD schema - and as far as I know generated for AD on account creation).</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
When I finish the ticket (pending operation: Success) and have an account in the AD that matches the secondary identifier (ri:dn) a new shadow is created, and I have two shadows with the same dn but one without objectGUID.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I have setup correlation and this synchronization:</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<pre class="elementToProof"><div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><synchronization><br>    <reaction><br>        <situation>unlinked</situation><br>        <actions><br>            <link/><br>        </actions><br>    </reaction><br>    <reaction><br>        <situation>linked</situation><br>        <actions><br>            <synchronize/><br>        </actions><br>    </reaction><br></synchronization></div></pre>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Which works fine when the account in the AD exists (not linked yet) and I trigger the construction.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
When I import the new shadow (with objectGUID), synchronization of the first shadow is triggered and ends with an error as the objectGUID is missing.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
My question is, how can I ensure that the newly created account in the AD is matched to my midpoint user? Or how can I merge the two shadows?</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Best regards and thanks for any help</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<table cellspacing="0" cellpadding="0" style="text-align: left; color: rgb(0, 0, 0); box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<td style="text-align: left; padding-right: 15px; vertical-align: top;">
<table cellspacing="0" cellpadding="0" style="text-align: left; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<td style="text-align: left; color: rgb(0, 57, 121);">
<div style="text-align: left; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt;">
<b>Dr. Wenzel Pilar von Pilchau</b></div>
</td>
</tr>
<tr>
<td style="text-align: left; color: rgb(0, 57, 121);">
<div style="text-align: left; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt;">
Prozessanalyst<br>
Process Management & Digitalisation</div>
</td>
</tr>
<tr>
<td style="text-align: left; padding-top: 4px;"><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img alt="Mobile" width="14" height="14" style="width: 14px; height: 14px;" data-outlook-trace="F:1|T:1" src="cid:323bc9be-6136-4478-ae6f-17a6e856c11c"> 
</span><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 57, 121);">+49 162 2530060</span></td>
</tr>
<tr>
<td style="text-align: left; padding-top: 4px;"><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img alt="Email" width="14" height="14" style="width: 14px; height: 14px;" data-outlook-trace="F:1|T:1" src="cid:9f8796fc-72fc-41bd-ae82-be595cf06654"> 
</span><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 57, 121);"><a href="mailto:Pilar-von-Pilchau.Wenzel@akdb.de" id="OWAba506103-017e-6e34-1be2-2afac718c68a" class="OWAAutoLink" style="color: rgb(0, 57, 121); text-decoration: none;">Pilar-von-Pilchau.Wenzel@akdb.de</a></span></td>
</tr>
<tr>
<td style="text-align: left; padding-top: 8px; color: rgb(0, 57, 121);">
<div style="text-align: left; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt;">
<b>AKDB</b> · Anstalt des öffentlichen Rechts<br>
Hansastraße 12-16 · 80686 München<br>
<span style="color: rgb(0, 57, 121);"><a href="https://www.akdb.de/" id="OWAb33918fe-d429-e8d9-cbca-7e4b1ca55293" class="OWAAutoLink" style="color: rgb(0, 57, 121); text-decoration: none;">www.akdb.de</a></span></div>
</td>
</tr>
<tr>
<td style="text-align: left; padding-top: 8px;"><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img alt="AKDB Logo" width="120" style="width: 120px; height: auto;" data-outlook-trace="F:1|T:1" src="cid:0787e879-9a1f-49cf-8405-2c55447fe4a7"></span></td>
</tr>
</tbody>
</table>
</td>
<td style="text-align: left; vertical-align: top;"><span style="font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img alt="Great Place to Work Certified" width="80" style="width: 80px; height: auto;" data-outlook-trace="F:1|T:1" src="cid:f65dec94-bb07-4a03-9ef9-77b2df8fbcd5"></span></td>
</tr>
</tbody>
</table>
<div style="font-family: Aptos; font-size: 11pt; color: rgb(0, 0, 0);"><br>
</div>
</div>
</body>
</html>