2014-11-24 17:20 GMT+01:00 Marcin Baluta <[email protected]>: > Hi guys, > > > > I think it’s „member“ not „memberOf“ attribute. > > But I have other problem. So – in my OpenLDAP structure there’s no > "uniqueMember" attribute, so the script in documentation page is not > working for me K Users are listed in group with their memberUid. > > … what I meanwhile realized is, that during tests I was performing UIDs > from source were saved in “memberUid” attribute in AD, but as “member” > attribute is still empty it’s not solving my problem J >
So you just need to adapt the script. Get your uid from memberUid and do a loop on them. For each value, try to find the corresponding entry with a filter on sAMAccountName using the uid value. When you get the corresponding DN in AD, add this DN to destination member array. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

