ValidateAdUser

This method is used to return the ValidateAdUser of Cisco Intersight created in HCL BigFix CLM.

Method Signature:

ValidateAdUser (ldapUrl, domain, userName, password, searchUserNameOrEmail, async, successCallback, failureCallback)

Parameter Details:

Table 1. ValidateAdUser
Parameter Name Type Mandatory Description
ldapUrl string Y To filter the list on ldapUrl.
domain string Y To filter the list on basis of domain
userName string Y For the login
password string Y Password of the username
searchUserNameOrEmail String Y Search Identity is to search the username is in the AD
async boolean y

In case it’s False:

Function will be called in synchronous mode. i.e., Current execution will wait for method execution to complete

In case it’s True:

Function will be called asynchronously. Execution will not wait for method execution completion. It will jump to next statement.

successCallback Function N User can pass function name that can be executed on completion of Parent function call.
failureCallback Function N User can pass function name that can be executed on completion of Parent function call.