cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure SSL between EP and Microsoft AD?

Former Member
0 Kudos

I have once configured the EP and Microsoft AD, and I can see the user created in AD from EP, but when I changed the port from ldap port 389 to ldap over ssl port 636 and selected the checkbox 'ssl', is there anything I need to change?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yuan Hong,

There is more to it than selecting the checkbox....

In UME, you have to change these parameters

ume.ldap.access.ssl=TRUE

ume.ldap.access.ssl_socket_factory=com.sap.security.ssl.SSLSocketFactory

Also, you have to enable SSL support on J2EE &

In the Visual Administrator you have to import the root certificate of the LDAP directory server into the key storage service of the J2EE Engine.

For all details see this..

http://help.sap.com/saphelp_nw04/helpdata/en/7d/77fa735e5f47a2a50b5336fd1b5a61/frameset.htm

Regards,

Piyush

ps: please mark all useful answers.