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: 

LDAP synchronization: Users only exist in database

antonio_miro
Explorer
0 Kudos

Hi,

we are running LDAP synchronization periodically

In program RSLDAPSYNC_USER, box "objects that only exists in the database", we choose the option "Ignore objects". We'll probably change it to "lock in Database" when this question is solved

In LDAPLOG we see a message like "objects that only exists in the database" (perhaps no exact: translated from spanish) : 18

But can't see which users only exist in SAP DB

How can we know which users are these?

Thanks in advance

1 REPLY 1

martin_voros
Active Contributor
0 Kudos

Hi,

unfortunately, RSLDAPSYNC_USER does not return a list of objects in DB if you choose option Ignore. You can get it with help of debugger. Put a break point on line 570 in report RSLDAPSYNC_USER. You will see a global variable gt_objects_db_only that will have this list for you.

Cheers