cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP connectivity in web Dynpro

Former Member
0 Kudos

How to do LDAP connectivity in web dynpro to make use of UME

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vindhya,

you have configure LDAP as your J2EE engine's UME database. That has nothing to do with Web Dynpro. Now once it is configured for the whole J2EE Engine you can communicate with the LDPA layer using the ume APIs provided for Web Dynpro.

Shubhadip

Former Member
0 Kudos

Hi Vindhya,

You do not have to do with Webdynpro aplications.

You have to configure your WAS server to use LDAP for UME insead of their own UME. You can do this setting in config tool. Access config tool from the location:

<drive>:\usr\sap\<SID>\JC<System number>\j2ee\configtool

Here, in UME settings you can give your own LDAP information for UME.

Save this and then restart server once.

Regards,

Bhavik

Former Member
0 Kudos

After installing the LDAP go to configtool UME

Select the option from the dropdown

then

Provide the server name : The server in which you have installed the LDAP

port :389/636

username=cn=<the username>,o=<context name>

password=<the passsword provided by you while installing>

browse to find the data for the path below

userpath

grouppath

After this the UME in portal can be configured in the LDAP

Answers (0)