Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Powershell script necessary or not for LDAP?

askari125
Tera Contributor

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!!

1 REPLY 1

Tony Chatfield1
Kilo Patron

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.