Le 25/09/2018 à 10:12, Sébastien Genesta a écrit :
> Hi,
>
> I'm working on Active Directory to OpenLDAP sync using LSC connector.
>
> Some users will be created on Active Directory and synced to OpenLDAP. 
> Others will be created on OpenLDAP.
>
> I'm using a unique identifier (PersonalUID) managed on OpenLDAP.
> For users from Active Directory, ObjectGUID is pushed as PersonalUID.
>
> Considering this way of users creation, I'd like to understand how LSC
> deals with unique identifier to not encounter duplicate UID conflict.
>
> Nowadays, my <mainIdentifier>"PersonalUID=" +
> srcBean.getDatasetFirstValueById("info")</mainIdentifier>
>
> Is there a way to use a value generated by OpenLDAP as UID instead of
> using ActiveDirectory ObjectGUID?

There is no value generation on OpenLDAP side (except entryUUID which is
generated at entry creation, but is read-only).

You can code something on LSC to generate a unique identifier, see
https://lists.lsc-project.org/pipermail/lsc-users/2018-September/003627.html


-- 
Clément Oudot | Identity Solutions Manager

[email protected]

Worteks | https://www.worteks.com


_______________________________________________________________
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

Reply via email to