If your LDAP server uses a secure connection, and its SSL certificate is signed by a
nonstandard certificate authority, for example it is self-signed, use the keytool utility
(keytool.exe) to import the certificate into the truststore.
- Run the following console command: keytool.exe -import -keystore
SMP_HOME\Servers\UnwiredServer\Repository\Security\truststore.jks
-file <LDAP server cert file path> -alias ldapcert -storepass
changeit.
- Restart SAP Mobile Platform services.
- Log in to SAP Control Center
for SAP Mobile Platform.
- In the navigation pane of SAP Control Center,
expand the Security folder and select the desired security configuration in which to
add the LDAP provider.
- In the administration pane, click the Authentication
tab.
- Add an LDAPLoginModule, configuring the ProviderURL, Security
Protocol, ServerType, Bind DN, Bind Password, Search Base, and other properties
determined by you and the LDAP administrator. Choose one of the two methods
below to secure a connection to the LDAP server:
- Use ldaps:// instead of ldap://
in the ProviderURL.
- Use ssl in the Security
Protocol.
- In the General tab, select Validate
then Apply.
- Click OK.