Hello,

here is my problem : I have to synchronize entries from 2 separates
branchs in AD. If I used as baseDn the upper branch, I get other entries
(because i have more than my 2 branches at this level). Using a filter
does not work because all are "user" entries.

To be clearer:
- dc=example,dc=com
  - ou=organization
    - ou=admins
    - ou=archives
    - ou=users

So I want entries from ou=admin and ou=users, but not from ou=archives.

I wanted to use a create condition with a regexp on
srcBean.getDinstinguishName but I had a pb (see
http://tools.lsc-project.org/issues/show/47).

I also try to make a filter on AD distinguishedName attribute, but it does
not support substring matching rules.

It works if I add distinguishedName in src attributes, and use it in
create condition, but this does not please me.

What do you think of be able to put several values for
lsc.tasks.inetOrgPerson.dstService.baseDn? LSC would do a search for each
value, so we can manage several branches.

For information, I still faces pb under Windows (see
http://tools.lsc-project.org/issues/show/48).

Any help would be appreciated ;)

Cl?ment.



Reply via email to