Powershell script necessary or not for LDAP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:58 PM
Hello Everyone,
Question: Without PowerShell script can we use LDAP?
Question: Why PowerShell script is used in LDAP?
Question: Is there any way out to bypass PowerShell scripting for LDAP?
If anyone knows answer to any of these question please come forward and reply.
Thank you in advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 12:59 PM
Hi, LDAP is a protocol for accessing directory services data
Lightweight Directory Access Protocol - Wikipedia
and I would not expect you to need PowerShell to implement LDAP as a data source or for user authentication.
LDAP integration (servicenow.com)
But you might need PowerShell if you intend to update your source directory records from changes made in your ServiceNow instance.