<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Good afternoon,<div class="">I have a service that requires posixGroups.  I have followed the guide at <a href="https://docs.evolveum.com/midpoint/reference/samples/ldap-posixaccount-and-posixgroup-management/" class="">https://docs.evolveum.com/midpoint/reference/samples/ldap-posixaccount-and-posixgroup-management/</a>.  </div><div class=""><br class=""></div><div class="">I used the resource, roles and metaroles from here <a href="https://github.com/Evolveum/midpoint-samples/tree/master/samples/stories/unix-ldap" class="">https://github.com/Evolveum/midpoint-samples/tree/master/samples/stories/unix-ldap</a> as a guide.  I copied and pasted the samples, modifying them for our infrastructure.</div><div class=""><br class=""></div><div class="">OpenLDAP running on Ubuntu 20.04</div><div class="">MidPoint version 4.3 (docker for testing)</div><div class=""><br class=""></div><div class="">When I add the Role, the LDAP posixgroup is created successfully.</div><div class=""><br class=""></div><div class="">When I add a LDAP user, the user is created successfully.  It has the proper UID and GID.  </div><div class="">However, when it tries to write the uid to the memberUID of the posixGroup, I get the error at the end of this message.</div><div class=""><br class=""></div><div class="">It looks like it is saying that either the posixGroup (cn=unix user,ou=posixgroups,dc=example,dc=org) or the posixAccount (usertest) doesn’t exist, but both do.</div><div class=""><br class=""></div><div class="">I have googled and experimented for days, but haven’t found a solution.  </div><div class=""><br class=""></div><div class="">Thank you for your suggestions.</div><div class=""><br class=""></div><div class="">Josh</div><div class=""><div class=""><br class=""></div><div class="">Operation     operation.org.identityconnectors.framework.api.ConnectorFacade.updateDelta </div><div class=""><br class=""></div><div class="">Message    Unknown UID: LDAP entry for UID Attribute: {Name=__UID__, Value=[376952f8-7d1a-103b-93f9-3953ef0343f1], NameHint=Attribute: {Name=__NAME__, Value=[cn=unix user,ou=posixgroups,dc=example,dc=org]}} was not found</div><div class=""><br class=""></div><div class="">Parameters</div><div class="">    uid<span class="Apple-tab-span" style="white-space: pre;">   </span>[376952f8-7d1a-103b-93f9-3953ef0343f1]</div><div class="">    attributesDelta<span class="Apple-tab-span" style="white-space: pre;">     </span>[[Attribute: {Name=memberUid, ValuesToAdd=[usertest], ValuesToRemove=null, ValuesToReplace=null}]]</div><div class="">    objectClass<span class="Apple-tab-span" style="white-space: pre;">     </span>[crOCD+ ({<a href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" class="">http://midpoint.evolveum.com/xml/ns/public/resource/instance-3</a>}posixGroup)]</div><div class="">    options<span class="Apple-tab-span" style="white-space: pre;">        </span>[OperationOptions: {}]</div><div class=""><br class=""></div><div class="">Context</div><div class="">    connector<span class="Apple-tab-span" style="white-space: pre;">   </span>[class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl]</div><div class="">Error</div><div class="">    org.identityconnectors.framework.common.exceptions.UnknownUidException(LDAP entry for UID Attribute: {Name=__UID__, Value=[376952f8-7d1a-103b-93f9-3953ef0343f1], NameHint=Attribute: {Name=__NAME__, Value=[cn=unix user,ou=posixgroups,dc=example,dc=org]}} was not found)</div></div></body></html>