Hi list,

I am in need of synchronizing eduPersonOrgUnitDN into my Active Directory, and 
for that I have to be able to use multiple values. Here is the thing though, 
that attribute is defined as a DN, but multi-valued. That means I cannot simply 
write a ; delimited string, because that violates the syntax for DNs.

The way I understand LSC is that currently it can only map multi-value 
attributes to a delimited single-value for that attribute, i.e. if I have

description: foo
description: bar

in my OpenLDAP, it can only write this as

description: foo ; bar

in my AD. As I have said, this does not work here due to syntax-enforcement.

Is there any way I can have multiple values synchronized as multiple values for 
the same atrtribute from openLDAP to AD? If so, how?

Best,
Alex.
_______________________________________________________________
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