cancel
Showing results for 
Search instead for 
Did you mean: 

SSO configuration between Windows 2008 R2 Active Directory and SAP JAVA 7.01.

Former Member
0 Kudos

Hi friends

SSO configuration bw wind2008r2 AD and SAP JAVA 7.01

where SAP JAVA 7.01 is in AIX system

Below are links i am following.I hope  this will work for me..If you have any other solutions plz give your input.

How to do user map when AD is having different user name and in java system user name is different.

http://help.sap.com/saphelp_nw73/helpdata/en/4a/3f5530efa0044ee10000000a42193

7/content.htm


http://help.sap.com/saphelp_nw73/helpdata/en/21/bff93c7dcd458e9d71539a6d50dbb

e/content.htm

http://help.sap.com/saphelp_nw73/helpdata/en/f4/1978c3a37a441b87a89d61c1a0868

9/frameset.htmhttp://help.sap.com/saphelp_nw73/helpdata/en/4a/3f5530efa0044ee10000000a42193<br><br>7/content.htm<b...

From

Pankaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sai,

I think that you need this link instead:

http://help.sap.com/saphelp_nw73/helpdata/en/0b/d82c4142aef623e10000000a155106/frameset.htm

You configure the SAP NW Java Stack and modify the UME Data Source configuration so the UME is set to use an LDAP Directory as Data Source.

Then you need to configure user mapping. See point "Example: User Mapping with LDAP and Tickets" in the link above.

For that you may need to change file  "dataSourceConfiguration_ads_redonly_db.xml" or just use the standard one depending what is the attribute in LDAP that you want to use.

As the example:

<nameSpace name="$usermapping$">

<attributes>

<attribute name="REFERENCE_SYSTEM_USER">

<physicalAttribute name="abapname"/>

In this case the user has to autheticate with AD user/password and then mapped to SAP userid contained in LDAP in the attribute "abapname" .

I hope this helps.

Regards,

Luis