2015-11-13 23:14 GMT+01:00 Justin Allen <[email protected]>: > Hello, > > I've been working on syncing AD to openldap, and have gotten all but the > group members working. I found some example javascript for converting the > AD group members to posixgroup memberUID, and the output looks correct, > however it is not being split up by the delimiter: > > memberUid: cn=User 1,ou=Users,dc=my-domain,dc=com ; cn=User 2,ou=Use > rs,dc=my-domain,dc=com > > > I have both the defaultDelimiter set to ; and the attribute one set as > well. Here's the full dataset: > >
Hi Justin, your dataset should output an array, not a string with delimiter. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

