cancel
Showing results for 
Search instead for 
Did you mean: 

User language in UME + LDAP

Former Member
0 Kudos

Hi,

I am having a huge problem with ume mapping to ldap.

Every standard field are working fine such as Logon ID, Last name, First name and so on.

Now I want map Language field in SAP to an LDAP Language attribute.

I tried to change some attributes in dataSourceConfiguration.xml and schema.xml but I don’t get it to work.

Is there anyone who can give me some help to solve this?

Best regards

Mikael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I also need this information. Is there anyone ?

Former Member
0 Kudos

Here is my solution.

I add the following attribute to dataSourceConfig.xml under <nameSpace name="com.sap.security.core.usermanagement">

<attribute name="locale">

physicalAttribute name="preferredlanguage"/>

</attribute>

Now when I change language in portal it stores it in LDAP.

Best regards

Mikael