[midPoint] Custom Object Class
mceylan
mrveceylan at gmail.com
Fri Dec 13 09:29:18 CET 2019
Hi,
I'm using midpoint 3.9. When I try to add a user to Openldap, I want to add
a custom object class. But I get the following error when adding.
Schema error while processing schemaHandling section of
object:2a7c7130-7a34-11e4-bdf6-001e8c717e5b(LiderAhenk): Auxiliary object
class {
http://midpoint.evolveum.com/xml/ns/public/resource/instance-3}posixAccount
specified in rOCD(ACCOUNT:default={.../resource/instance-3}inetOrgPerson)
does not exist
I'm doing them to add the xml object class.
<schemaHandling>
<objectType id="1">
<intent>default</intent>
<displayName>Default Account</displayName>
<default>true</default>
<objectClass>ri:inetOrgPerson</objectClass>
<auxiliaryObjectClass>ri:posixAccount</auxiliaryObjectClass>
<attribute id="3">
<c:ref>ri:dn</c:ref>
<displayName>Distinguished Name</displayName>
<matchingRule xmlns:mr="
http://prism.evolveum.com/xml/ns/public/matching-rule-3
">mr:distinguishedName</matchingRule>
Is there anything else I should do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20191213/3fe8642f/attachment.htm>
More information about the midPoint
mailing list