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: 

RSLDAPSYNC_USER

Former Member
0 Kudos

Hi all,

I need some help in configuring LDAPMAP to make report RSLDAPSYNC_USER working correctly.

LDAP connection to MS Active Directory works properly and I extended the schema with the result of report RSLDAPSCHEMAEXTEND.

In LDAPMAP, I registered my ADS Ldap and I mapped fields of LDAP with ones of ABAP but I do not understand the goal of Synchronization Flags.

Actually, report RSLDAPSYNC_USER creates users in LDAP but users are disabled and fields are empty. Users from AD are not created in DataBase.

If I create a user with same ID in both environments, report does not detect that it is the same user and say it failed to create the user in LDAP

The goal is to get all information of SAP user in AD, and distribute User's informations via CUA

Does someone have experience with this? Can someone explain the use of Sync Flags in LDAPMAP?

Thanks

David

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Read <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e6/0bfa3823e5d841e10000000a11402f/frameset.htm">this</a> article, it have everything you need.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Read <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e6/0bfa3823e5d841e10000000a11402f/frameset.htm">this</a> article, it have everything you need.

Former Member
0 Kudos

Thanks a lot for your attention.

The article you gave is the one I used to configure LDAP Connexion. Reading again, I understood better the meaning of Sync. Flags and I remove them because for test purpose I would like a bi-directional sync with delta synchronization.

But it does not affect the result of rsldapsync_user....