<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi,<br>
<br>
Yes, that should work.<br>
Just check that you have correct lowercase/uppercase form for the
attribute names. LDAP is (mostly) case insensitive, but midPoint
is case sensitive. Look at the <schema> part of the resource
definition. That is generated from the resource. Look for your
auxiliary object class definition there. And use the same
capitalization as you see in the <schema> section.<br>
<br>
<pre class="moz-signature" cols="72">--
Radovan Semancik
Software Architect
evolveum.com
</pre>
<br>
<br>
<br>
On 08/19/2016 05:23 PM, Mencel, Matt wrote:<br>
</div>
<blockquote
cite="mid:CABpVbHJ2i1VTsswdoqge7OErA6jCFttKL5shRf2GUuxvZRv_MQ@mail.gmail.com"
type="cite">
<div dir="ltr">Thanks Radovan,
<div><br>
</div>
<div>That helps. Do I declare the auxiliary's attributes in the
same place as the default objectClass then? I'm getting this
error in the UI...</div>
<div><br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">There
is no attribute named '{<a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3%7DwiuId">http://midpoint.evolveum.com/xml/ns/public/resource/instance-3}wiuId</a>'
in object class '{<a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3%7Dperson">http://midpoint.evolveum.com/xml/ns/public/resource/instance-3}person</a>'
(defined in schema handling for 'User Account (kind: ACCOUNT,
intent: person)').</blockquote>
<div><br>
</div>
<div> <a moz-do-not-send="true"
href="https://gist.github.com/MattMencel/2a3208371a1b0ce422e0b4923df413f7">https://gist.github.com/MattMencel/2a3208371a1b0ce422e0b4923df413f7</a></div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Aug 19, 2016 at 9:54 AM,
Radovan Semancik <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:radovan.semancik@evolveum.com"
target="_blank">radovan.semancik@evolveum.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hi,<span class=""><br>
<br>
On 08/19/2016 04:26 PM, Mencel, Matt wrote:<br>
</span></div>
<span class="">
<blockquote type="cite">
<div dir="ltr">I have multiple LDAP objectclasses that
contain all the attributes that make up a person's
identity. I've associated multiple OCs with the
same kind/intent in midpoint and am getting a
warning in the UI.
<div>
<table>
<tbody>
<tr>
</tr>
<tr>
<td
style="padding:3px;line-height:1.42857;vertical-align:top;border-top:1px
solid rgb(244,244,244)">
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex"><span>There
are multiple schema handling
definitions for kind/intent:
ACCOUNT/person.</span></blockquote>
</td>
</tr>
<tr>
<td
style="padding:3px;line-height:1.42857;vertical-align:top;border-top:1px
solid rgb(244,244,244)" width="1px">Should
I be doing this another way?<br>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</blockquote>
<br>
</span> Yes. Just one of the objectclasses is structural
(primary). Other object classes are auxiliary. MidPoint
fully supports auxiliary object classes, but you need to
use a slightly different approach. Use something like
this:<br>
<br>
<pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;word-wrap:break-word;white-space:pre-wrap"> <schemaHandling>
<objectType>
<kind>account</kind>
<displayName>Normal Account</displayName>
<default>true</default>
<objectClass>ri:inetOrgPerson<<wbr>/objectClass>
<auxiliaryObjectClass>ri:<wbr>posixAccount</<wbr>auxiliaryObjectClass>
<auxiliaryObjectClass>ri:foo</<wbr>auxiliaryObjectClass>
<auxiliaryObjectClass>ri:bar</<wbr>auxiliaryObjectClass>
...
</pre><span class="HOEnZb"><font color="#888888">
<pre cols="72">--
Radovan Semancik
Software Architect
<a moz-do-not-send="true" href="http://evolveum.com" target="_blank">evolveum.com</a>
</pre>
</font></span></div>
______________________________<wbr>_________________
midPoint mailing list
<a moz-do-not-send="true" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a moz-do-not-send="true" href="http://lists.evolveum.com/mailman/listinfo/midpoint" rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a>
</blockquote></div>
</div>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
</body></html>