cancel
Showing results for 
Search instead for 
Did you mean: 

Read UME Settings from UME API

Former Member
0 Kudos

Hi,

There's a way to read the LDAP server setting from UME API ?

Portal path: Sys Admin -> Sys Config -> UME -> LDAP Server tab

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use UME api to read the values (com.sap.security.api.jar)

UMFactory.getProperties().get("")

you can get the property name from the VA,configtool which you want to access (say ume.logon.userid.maxlength)

thanks

Pankaj