What is the role of LDAP Listener?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 02:54 AM
Hi,
Can someone explain, What is the role of LDAP Listener? whether it helps to add Users from Servicenow to LDAP? I'm using OpenLDAP & would like to add Users from Servicenow to LDAP. Also, looking to update User password from Servicenow & sending request to LDAP.
Thanks & Regards,
Tejesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 03:08 AM
Hi Tejash ,
LDAP listner is as like ECC QUEUE, and certain duration like 5 sec or 10 sec it going to ldap and chacking for changes any made or not .
And any changes that made on Active directory it directly sync asynchronously with servicenow.
Hit " Like" or mark "correct" or make "helpful" to others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 04:47 AM
Thanks for reply. Is there a way to Send Updates from Servicenow to LDAP? Like i mentioned above scenarios?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 06:21 AM
LDAP(Lightweight Directory Access Protocol) is a Protocol to talk with AD . as like IP is what protocol means it only govern the flow for information .
So for automation process you need activate plugin of orchestrations.
Which fulfill your requirement .
ACL you can check on the table .
If above not work you can check with 'HI' Team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 06:42 AM
The LDAP listener is used to look for changes(event based) in AD and re import those objects in Servicenow(keeping data in sync with AD realtime). It cannot send requests from Servicenow.
As Gaurav mentioned Orchestration would be required for creating users and updating passwords.