To synchronize user and role data from an LDAP backend into Syncope I set up
connector, resource and synchronization task.
In my LDAP there are users with different object classes. For example one entry
looks like this:
objectClass: account (structural)
objectClass: posixAccount (auxiliary)
cn: user1
... and one entry looks like this:
objectClass: person (structural)
objectClass: inetOrgPerson (structural)
cn: user2
In my connector (under Resources/Connectors/Configuration) I can set "Account
Object Classes". When I set it to "account" I get only "user1", when I set it
to "person" I get only "user2". So far, so good.
But when I set it to both ("account", "person") - I get nothing! Enabling the
option "Filter with Or Instead of And" didn't help.
Is there a way to get user1 and user2?