Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

LDAPSYNC_USER - multiple OUs

cris_hansen
Advisor
Advisor
0 Kudos

I am opening this thread on behalf of my colleague Atul:

In our company the LDAP (MS Active directory 2003) structure is as below

DC=ad,DC=company,DC=com

OU = AAA

OU = BBB

OU = CCC

While defining the server name it is mandatory to give OU in the base

entry. and If I put it as BBB the job LDAPSYNC_USER (which has a mandatory selection for server

name) only query that OU, how can I define the job to query multiple OU's?

I cannot define multiple job (one for each OU) as we want during the

sync, it should also delete the entries which are only in database and not in LDAP.

So please help in defining the multiple OU's.

The server which I have defined is FDZONES

with Base entry OU=AAA,DC=ad,DC=company,DC=com, where as my requirement

is DC=ad,DC=company,DC=com so that it should select all the above defined OU's.

Thank you in advance.

1 REPLY 1

pawanjeet_malik
Discoverer
0 Kudos

You can create multiple Server names with different Base entry in tcode LDAP

For eg

FDZONES

can have base entry

OU=AAA,DC=ad,DC=company,DC=com

FDZONES1

can have base entry

OU=BBB,DC=ad,DC=company,DC=com and so on.

You can then set up jobs with setting up variants in RSLDAPSYNC_USER

Hope it helps,

Pawan