Application Development and Automation 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: 
Read only

LDAP synchronisation with composite roles

MarcelRabe
Product and Topic Expert
Product and Topic Expert
0 Likes
432

Hi everyone,

has anyone been able to synchronize abap composite roles with an LDAP compatbile directory? I've setup the connection between a LDAP directory and a SAP CUA systemen. Synchronizing single abap roles works without a problem, but composite roles are not found. If I recreate a composite role as a single role, with the same name, it works again.

Any ideas?

Marcel

Hi everyone,

has anyone been able to synchronize abap composite roles with an LDAP compatbile directory? I've setup the connection between a LDAP directory and a SAP CUA systemen. Synchronizing single abap roles works without a problem, but composite roles are not found. If I recreate a composite role as a single role, with the same name, it works again.

Any ideas?

Marcel

2 REPLIES 2
Read only

Frank_Buchholz
Product and Topic Expert
Product and Topic Expert
0 Likes
354

Transaction LDAPMAP

Report RSLDAPSYNC_USER

I do not see any special treatment for composite roles in the source code.

The system ignores:

- roles which are assigned using HR Org

- single roles which are assigned because of an assignment of a composite role

- role assignments which are not valid currently (checking FROM and TO date)

Kind regards

Frank Buchholz

Read only

MarcelRabe
Product and Topic Expert
Product and Topic Expert
0 Likes
354

Hi Frank

thank you for your reply. You're right. composite roles work the same way as single roles. The Novell SAP UM driver was configured wrongly.

Marcel