[midPoint] aux object class in ad-ldap connector

Jason Everling jeverling at bshp.edu
Tue Sep 26 21:34:03 CEST 2017


I have added my aux object classes to the resource, refreshed schema,
confirmed attributes are present in resource schema but when I go to
Resources -> View Resources -> Accounts and then browse the accounts on the
resource to check for attributes they are not present. The standard 'user'
object class attributes are visible but not my aux classes. Any other step
I might be missing for the ad-ldap connector?

We also have a openldap directory resource and I defined them the same as I
did below for ad-ldap and they are working and visible, just not in this
ad-ldap resource

For example, I defined them under schema generation

<schema>
<generationConstraints>
<generateObjectClass>ri:user</generateObjectClass>
<generateObjectClass>ri:group</generateObjectClass>
<generateObjectClass>ri:bshpPerson</generateObjectClass>
<generateObjectClass>ri:bshpCourse</generateObjectClass>
<generateObjectClass>ri:bshpGroup</generateObjectClass>
</generationConstraints>
</schema>

And then again under objectType as aux

<objectType>
<kind>account</kind>
<displayName>Default Account</displayName>
<default>true</default>
<objectClass>ri:user</objectClass>
<auxiliaryObjectClass>ri:bshpPerson</auxiliaryObjectClass>
<auxiliaryObjectClass>ri:bshpCourse</auxiliaryObjectClass>
<auxiliaryObjectClass>ri:bshpGroup</auxiliaryObjectClass>

Thanks!
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170926/572672ba/attachment.htm>


More information about the midPoint mailing list