LDAP Integration for mapping group and group members for the existing users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I need to use a specific filter to source only the ServiceNow relevant groups from LDAP.I need to map the group members with the already existing users making sure no duplicate users are created.Currently the LDAP Server has only one OnStart and OnComplete transform script.The OnStart script is just calling the LDAPUtils script include and using the setLog(log) for setting the logs.While in the OnComplete transform script,it is calling the processManagers() function of the LDAP.How do I achieve that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Just to make the requirement more clearer.The servicenow instance already has users which have come from a different source.I want to integrate LDAP with ServiceNow to synchronize groups and group memberships.We need to ensure LDAP group members are mapped to the existing user records without creating new users.The existing LDAP has OnStart and OnComplete transform script.OnStart script is just calling the LDAPUtild script include and using the serLog(log) for setting the logs.While in the OnComplete transform script,it is calling the process managers() function of the LDAP.I need to put a filter for group objects for sourcing only the ServiceNow related groups.Please help how can I achieve my requirement.I need to achieve it using the same LDAP server.