<div dir="ltr">Dear midPoint Team / Support,<br>I am experiencing an issue where the userPassword attribute is not being discovered or synchronized from an OpenDJ resource to midPoint, even though the attribute is accessible via direct LDAP queries.<div><br>Environment:<br>Resource: OpenDJ<br>Connector: Polygon LDAP Connector (latest-alpine image)<br>midPoint Version: 4.9<div><br><div><b>Problem Summary:<br>The userPassword attribute is missing from the midPoint Resource Schema. More importantly, even after adding the correct <credentials> inbound mapping to my Resource XML, the password status on the midPoint user profile remains "Not Set" after reconciliation/import.</b></div><div><b><br></b>What I have verified so far:<br>LDAP Permission: The Bind DN used by midPoint successfully retrieves the hashed password via terminal. I’ve verified this from within the midPoint container:<br>ldapsearch -x -H ldap://<IP> -D "<BindDN>" -w <Pass> -b "ou=people,o=kartaca" "(uid=user)" userPassword -> Returns valid data.</div><div><br>Connector Settings: I have configured operationalAttributes to include userPassword and set passwordAttribute to userPassword.</div><div><br>Inbound Mapping: I have added the following configuration to my objectType:<br><credentials><br>    <password><br>        <inbound><br>            <expression><br>                <asIs/><br>            </expression><br>        </inbound><br>    </password><br></credentials><br><br>The Issue:<br>Despite the configuration above, absolutely nothing happens. The "Password" tab on the User page shows no value, and there is no indication that midPoint is even attempting to pull the password data. When checking the Schema tab of the resource, userPassword is not listed under any object class.<br>If I try to define it as a standard attribute, I get a ConfigurationException stating the definition is not found in inetOrgPerson.</div><div><br>Question:<br>What could prevent midPoint from seeing this attribute and processing the <credentials> mapping even when the underlying LDAP connection clearly has access to the data? Are there specific "Shadow" or "Capabilities" settings required to force midPoint to recognize the password attribute in OpenDJ?</div><div><br>Thank you for your help.<br>Best regards,</div></div><div>Zehra Kezer</div></div></div>