2018-01-08 15:21 GMT+01:00 Thorn, Colin <[email protected]>:
> As I am syncing from AD to OpenLDAP the only different ObjectClass is "user"
> insted of "inetOrgPerson" which has not caused any problems.
> Are there any other ObjectClasses which are synced? If yes, where do I find
> them?
"user" is not a valid object class, it is specific to AD.
You can't just sync objectclass attribute from AD to OpenLDAP, you
must set the values at creation, for example:
<dataset>
<name>objectclass</name>
<policy>KEEP</policy>
<createValues>
<string>"inetOrgPerson"</string>
<string>"organizationalPerson"</string>
<string>"person"</string>
<string>"top"</string>
</createValues>
</dataset>
Clément.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org
lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users