Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

LDAP connector for SAP IDM

Sharan
New Contributor III
New Contributor III

Hello,

we are trying to integrate SAP IDM target system with Saviynt using LDAP connector, has any one used an LDAP connector to integrate any SAP system and could provide some insights it would be very much appreciated.

Thanks,

Sharan

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

https://saviynt.freshdesk.com/support/solutions/articles/43000462839-ldap-connector-guide 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thank you Rushikesh, we already check LDAP connector and the information is incomplete for our needs.

we tried to connect with LDAP we are getting below error

2022-12-08T09:18:39.111841913Z stdout F javax.naming.CommunicationException: sapidimq.de.ferrero.com:389 [Root exception is java.net.ConnectException: Connection refused (Connection refused)] LdapErr: DSID-0C090447

we are able to connect directly to the IdentityStore with the same username and password

url ldap://******.com:389 ( we tried with both IP address and hostname)

username: cn=******,o=idstore

LDAP_OR_AD : LDAP

base: o=idstore

searchfilter: o=idstore

OBJECTFILTER : (objectclass=organization)

 

 

LDAP Server seems not reachable from Saviynt Server, Can you confirm ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thanks for responding, the problem was with username. the issue is sorted out. now we have a problem in import. the error is Exception in LDAP context 'missing equals'

below is the object filter we used

(&(objectClass=MX_TOP)(objectClass=MX_PERSON)(objectClass=MX_PRIVILEGE))

  • User will have all 3 object class ?

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi, 

Thank you for the response. After changing the object filter as below. its started importing fine.

(objectClass=MX_PERSON)

Thanks,

Sharan