TestCredentials method

Test the validity of the bind credentials for the specified LDAP Connection.

Syntax


C++

HRESULT TestCredentials(VARIANT_BOOL* pStatus)

Scripting languages

Status = Connection.TestCredentials

Parameters


pStatus

Upon return, True if this connection has proper bind credentials, False otherwise.

Return value


C++

The return code.

Scripting languages

True if this connection has proper bind credentials, False otherwise.

Home

Applies to

IERULDAPConnection